aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkin <akin.sowemimo@gmail.com>2020-04-20 19:32:04 +0100
committerAshkan Kiani <ashkan.k.kiani@gmail.com>2020-06-11 21:39:05 +0900
commit36c610a9717cc9ec426a07c8e6bf3b3abcb139d6 (patch)
tree3fd7f6d5990c685da90122b3c80fc42a27160a40
parentMerge branch 'master' of github.com:norcalli/nvim-colorizer.lua (diff)
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:
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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()