From 92cb76e33a9ba4d8ac72018a26c2e99ba50d971c Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 23 Sep 2020 09:43:36 +0200 Subject: Fix polyglot_disabled docs, closes #555 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4034fc26..bc738b8d 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3