diff options
author | timfeirg <kkcocogogo@gmail.com> | 2019-11-28 18:29:38 +0800 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-11-28 11:29:38 +0100 |
commit | 15aeea662e0b08088ac7b6e3ee661c834e69106a (patch) | |
tree | 12e19752fa6d5f939c2ef1dd3cbcd6b61d4f2af6 | |
parent | d15651463ab5c3dd6609e548527a8ea18ab80c98 (diff) | |
download | vim-polyglot-15aeea662e0b08088ac7b6e3ee661c834e69106a.tar.gz vim-polyglot-15aeea662e0b08088ac7b6e3ee661c834e69106a.zip |
Headsup on g:polyglot_disabled (#438)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'] ``` |