From f977779693518c748d87fb5babd98f6ef411837c Mon Sep 17 00:00:00 2001 From: John Guidry Date: Fri, 10 Jul 2015 08:19:38 -0500 Subject: Allow disabling individual language packs --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2f4e4e7e..d5cc0fdc 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,15 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo - [vm](https://github.com/lepture/vim-velocity) (syntax, indent, ftdetect) - [css-color](https://github.com/ap/vim-css-color) (autoload, syntax) +## Disabling a language pack + +Individual language packs can be disabled by setting `g:polyglot_disabled`. + +```viml +" ~/.vimrc +let g:polyglot_disabled = ['css-color'] +``` + ## Contributing Language packs are periodically updated using automated `build` script. -- cgit v1.2.3