From 36c610a9717cc9ec426a07c8e6bf3b3abcb139d6 Mon Sep 17 00:00:00 2001 From: Akin Date: Mon, 20 Apr 2020 19:32:04 +0100 Subject: Update install instruction This PR updates the README to make it clear to users that they have to add the lua setup line after of the block where the plugin is added. I just hit this issue and found #38 which explained and resolved it for me so I've added it to the README. Hopefully that helps :+1: --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8e5d47..abdc368 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Which includes Linux, OSX, and Windows. One line setup. This will create an `autocmd` for `FileType *` to highlight every filetype. +**NOTE**: You should add this line after/below where your plugins are setup. ```vim lua require'colorizer'.setup() -- cgit v1.2.3-70-g09d2