aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()