summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-07-18 23:27:31 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2015-07-18 23:27:31 +0200
commitc154d82557a4a7642510ee9a4f0c1a8efb9af7e2 (patch)
tree97f55dd7ce3547584fbc94b234ae72c5306a58cd /README.md
parentcf1e53bc39c96b9f5586a68efa118a13c615da13 (diff)
downloadvim-polyglot-c154d82557a4a7642510ee9a4f0c1a8efb9af7e2.tar.gz
vim-polyglot-c154d82557a4a7642510ee9a4f0c1a8efb9af7e2.zip
Remove css-color as it seems to make performance bad, closes #62
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2ed46103..336ed2f0 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,6 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo
- [yard](https://github.com/sheerun/vim-yardoc) (syntax)
- [vala](https://github.com/tkztmk/vim-vala) (syntax, indent, ftdetect)
- [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
@@ -99,9 +98,11 @@ Individual language packs can be disabled by setting `g:polyglot_disabled`.
```viml
" ~/.vimrc
-let g:polyglot_disabled = ['css-color']
+let g:polyglot_disabled = ['css']
```
+Note that disabiling languages won't make in general your vim startup any faster / slower (only for specific file type). Vim-polyglot is selection of language plugins that are loaded only on demand.
+
## Contributing
Language packs are periodically updated using automated `build` script.