diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-18 23:31:31 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-18 23:31:31 +0200 |
commit | 0df1bfa0c5f3efb6688566d5656a330034772037 (patch) | |
tree | a5c04d333061876bc3ecc2ba4b93e9043d0b8270 /README.md | |
parent | f7302d92629d29eb970c3d5fbb2f76ae6d6cf50a (diff) | |
download | vim-polyglot-4.5.0.tar.gz vim-polyglot-4.5.0.zip |
Add requirements.txt support, closes #507v4.5.0
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-->156<!--/Package Count--> packages it consists of. +- It **installs and updates 120+ times faster** than the <!--Package Count-->157<!--/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`). @@ -156,6 +156,7 @@ If you need full functionality of any plugin, please use it directly with your p - [raml](https://github.com/IN3D/vim-raml) (syntax, ftplugin) - [razor](https://github.com/adamclerk/vim-razor) (syntax, indent, ftplugin) - [reason](https://github.com/reasonml-editor/vim-reason-plus) (syntax, indent) +- [requirements](https://github.com/raimon49/requirements.txt.vim) (syntax, autoload) - [rspec](https://github.com/keith/rspec.vim) (syntax) - [rst](https://github.com/marshallward/vim-restructuredtext) (syntax, indent, autoload, ftplugin) - [ruby](https://github.com/vim-ruby/vim-ruby) (syntax, indent, compiler, autoload, ftplugin) |