summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJohn Guidry <lowdowndirtyrottenscoundrel@gmail.com>2015-07-10 08:19:38 -0500
committerAdam Stankiewicz <sheerun@sher.pl>2015-07-18 23:04:34 +0200
commitf977779693518c748d87fb5babd98f6ef411837c (patch)
treed92d9a0bf0aa4c06628bcb437c9785ed2a06ab08 /README.md
parent4033ac02d0a0b4abb2f1e373529ead6eca4290ae (diff)
downloadvim-polyglot-f977779693518c748d87fb5babd98f6ef411837c.tar.gz
vim-polyglot-f977779693518c748d87fb5babd98f6ef411837c.zip
Allow disabling individual language packs
Diffstat (limited to '')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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.