From 15aeea662e0b08088ac7b6e3ee661c834e69106a Mon Sep 17 00:00:00 2001 From: timfeirg Date: Thu, 28 Nov 2019 18:29:38 +0800 Subject: Headsup on g:polyglot_disabled (#438) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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'] ``` -- cgit v1.2.3