diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -255,9 +255,11 @@ Please make sure you have `syntax on` in your `.vimrc` (or use something like [s Individual language packs can be disabled by setting `g:polyglot_disabled` as follows: ```vim -let g:polyglot_disabled = ['css'] +let g:polyglot_disabled = ['markdown'] ``` +The list of available languages to disable is shown above. + *Please declare this variable before polyglot is loaded (at the top of .vimrc)* Please note that disabling a language won't make in your vim startup any faster / slower (only for specific this specific filetype). All plugins are loaded lazily, on demand. |