diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-18 23:09:35 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-18 23:09:35 +0200 |
commit | e521ba3ae205b2c79df9030a3db767405caf0457 (patch) | |
tree | 931693221fcf94669bfa1f69ac4fe65eb48b4a20 /README.md | |
parent | ee4f51587d8e306b2d9a4b0067c572a447b34b60 (diff) | |
download | vim-polyglot-e521ba3ae205b2c79df9030a3db767405caf0457.tar.gz vim-polyglot-e521ba3ae205b2c79df9030a3db767405caf0457.zip |
Add fennel support, closes #514
Diffstat (limited to '')
-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-->153<!--/Package Count--> packages it consists of. +- It **installs and updates 120+ times faster** than the <!--Package Count-->154<!--/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`). @@ -77,6 +77,7 @@ If you need full functionality of any plugin, please use it directly with your p - [emberscript](https://github.com/yalesov/vim-ember-script) (syntax, indent, ftplugin) - [emblem](https://github.com/yalesov/vim-emblem) (syntax, indent, ftplugin) - [erlang](https://github.com/vim-erlang/vim-erlang-runtime) (syntax, indent) +- [fennel](https://github.com/bakpakin/fennel.vim) (syntax, indent, ftplugin) - [ferm](https://github.com/vim-scripts/ferm.vim) (syntax) - [fish](https://github.com/georgewitteman/vim-fish) (syntax, indent, compiler, autoload, ftplugin) - [flatbuffers](https://github.com/dcharbon/vim-flatbuffers) (syntax) |