diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-04 10:29:18 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-04 10:29:18 +0100 |
commit | efa1a55dc7bee05e67da8830732bf9b70f3a3b19 (patch) | |
tree | ff8dab5cc47ef8b7c82ebeb30e2768d2a601f20e /README.md | |
parent | 63922a1d1ea22c58be758d188068f33491411c0c (diff) | |
download | vim-polyglot-efa1a55dc7bee05e67da8830732bf9b70f3a3b19.tar.gz vim-polyglot-efa1a55dc7bee05e67da8830732bf9b70f3a3b19.zip |
Add meson support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,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 100+ times faster** than the <!--Package Count-->122<!--/Package Count--> packages it consists of. +- It **installs and updates 100+ times faster** than the <!--Package Count-->123<!--/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`). @@ -107,6 +107,7 @@ If you need full functionality of any plugin, please use it directly with your p - [mako](https://github.com/sophacles/vim-bundle-mako) (syntax, indent, ftplugin) - [markdown](https://github.com/plasticboy/vim-markdown) (syntax, indent) - [mathematica](https://github.com/rsmenon/vim-mathematica) (syntax, ftplugin) +- [meson](https://github.com/mesonbuild/meson) (syntax, indent, ftplugin) - [moonscript](https://github.com/leafo/moonscript-vim) (syntax, indent, ftplugin) - [nginx](https://github.com/chr4/nginx.vim) (syntax, indent, ftplugin) - [nim](https://github.com/zah/nim.vim) (syntax, compiler, indent) |