diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-03-02 00:43:28 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-03-02 00:43:28 +0100 |
commit | aee260a301b887024caea286c4683e39f1a6217d (patch) | |
tree | 86d3b48dd9665067c9575ea91fb4ee25a40b9be2 /README.md | |
parent | 6b540d7db030e4110aa3a31dd06c6c41387444db (diff) | |
download | vim-polyglot-aee260a301b887024caea286c4683e39f1a6217d.tar.gz vim-polyglot-aee260a301b887024caea286c4683e39f1a6217d.zip |
Remove jasmine syntax, fixes #464
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 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-->147<!--/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`). @@ -101,7 +101,6 @@ If you need full functionality of any plugin, please use it directly with your p - [i3](https://github.com/mboughaba/i3config.vim) (syntax, ftplugin) - [idris](https://github.com/idris-hackers/idris-vim) (syntax, indent, ftplugin) - [ion](https://github.com/vmchale/ion-vim) (syntax, ftplugin) -- [jasmine](https://github.com/glanotte/vim-jasmine) (syntax) - [javascript](https://github.com/pangloss/vim-javascript) (syntax, indent, compiler, ftplugin, extras) - [jenkins](https://github.com/martinda/Jenkinsfile-vim-syntax) (syntax, indent) - [jinja](https://github.com/lepture/vim-jinja) (syntax, indent) |