diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-03-02 01:42:18 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-03-02 01:42:31 +0100 |
commit | 45ab4d80dd52f6ea40d8e9b7fa5cedd31d9ad9ec (patch) | |
tree | 914c7072b671e74d210e58efb0a2679cba1cf12e /README.md | |
parent | 9cd6e8533b69fd57d6c487ee8a85f21f019e518b (diff) | |
download | vim-polyglot-45ab4d80dd52f6ea40d8e9b7fa5cedd31d9ad9ec.tar.gz vim-polyglot-45ab4d80dd52f6ea40d8e9b7fa5cedd31d9ad9ec.zip |
Add zinit syntax, closes #459
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,7 @@ A collection of language packs for Vim. > One to rule them all, one to find them, one to bring them all and in the darkness bind them. - It **won't affect your startup time**, as scripts are loaded only on demand\*. -- It **installs and updates 120+ times faster** than the <!--Package Count-->145<!--/Package Count--> packages it consists of. +- It **installs and updates 120+ times faster** than the <!--Package Count-->146<!--/Package Count--> packages it consists of. - Solid syntax and indentation support (other features skipped). Only the best language packs. - All unnecessary files are ignored (like enormous documentation from php support). - No support for esoteric languages, only most popular ones (modern too, like `slim`). @@ -190,6 +190,7 @@ If you need full functionality of any plugin, please use it directly with your p - [yard](https://github.com/sheerun/vim-yardoc) (syntax) - [zephir](https://github.com/xwsoul/vim-zephir) (syntax) - [zig](https://github.com/ziglang/zig.vim) (syntax, autoload, ftplugin) +- [zinit](https://github.com/zinit-zsh/zplugin-vim-syntax) (syntax) <!--/Language Packs--> ## Updating |