diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-07-18 23:55:47 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-07-18 23:55:47 +0200 |
commit | 4d8ff4eabc6ee0dbbd8ec0a432e4e6f7f389f73e (patch) | |
tree | c208573ea3f4e40678dbc1b7f361a3bc91e77364 | |
parent | d6bc08610bbc3ea3bf6daaa5d954e6b932ce7833 (diff) | |
download | vim-polyglot-4d8ff4eabc6ee0dbbd8ec0a432e4e6f7f389f73e.tar.gz vim-polyglot-4d8ff4eabc6ee0dbbd8ec0a432e4e6f7f389f73e.zip |
Mention how to update language packs
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -103,6 +103,10 @@ 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. +## Updating + +You can either wait for new patch release with updates or run the `./build` script by yourself. + ## Contributing Language packs are periodically updated using automated `build` script. |