Headsup on g:polyglot_disabled (#438)

This commit is contained in:
timfeirg
2019-11-28 18:29:38 +08:00
committed by Adam Stankiewicz
parent d15651463a
commit 15aeea662e

View File

@@ -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']
```