summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimfeirg <kkcocogogo@gmail.com>2019-11-28 18:29:38 +0800
committerAdam Stankiewicz <sheerun@sher.pl>2019-11-28 11:29:38 +0100
commit15aeea662e0b08088ac7b6e3ee661c834e69106a (patch)
tree12e19752fa6d5f939c2ef1dd3cbcd6b61d4f2af6
parentd15651463ab5c3dd6609e548527a8ea18ab80c98 (diff)
downloadvim-polyglot-15aeea662e0b08088ac7b6e3ee661c834e69106a.tar.gz
vim-polyglot-15aeea662e0b08088ac7b6e3ee661c834e69106a.zip
Headsup on g:polyglot_disabled (#438)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b9ad8894..2eb20f10 100644
--- a/README.md
+++ b/README.md
@@ -204,7 +204,7 @@ Please make sure you have `syntax on` in your `.vimrc`, otherwise syntax files a
Individual language packs can be disabled by setting `g:polyglot_disabled` as follows:
```viml
-" ~/.vimrc
+" ~/.vimrc, declare this variable before polyglot is loaded
let g:polyglot_disabled = ['css']
```