diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-24 23:24:42 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-24 23:24:42 +0200 |
commit | d53d2189b92ab8150753201e2e2f8cba14b8edc9 (patch) | |
tree | 351ffb188afb7e99aeb377d7b8882a8a0cd4cf77 /README.md | |
parent | a6a6aeab76bef135d9f76534efa5ee7391c4ed2a (diff) | |
download | vim-polyglot-d53d2189b92ab8150753201e2e2f8cba14b8edc9.tar.gz vim-polyglot-d53d2189b92ab8150753201e2e2f8cba14b8edc9.zip |
Add support for .gitignore highlighting
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,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-->200<!--/Package Count--> packages it consists of. +- It **installs and updates 120+ times faster** than the <!--Package Count-->201<!--/Package Count--> packages it consists of. - It is more secure because scripts loaded for all extensions are generated by vim-polyglot (ftdetect). - Solid syntax and indentation support (other features skipped). Only the best language packs. - All unnecessary files are ignored (like enormous documentation from php support). @@ -115,6 +115,7 @@ If you need full functionality of any plugin, please use it directly with your p - [fsharp](https://github.com/ionide/Ionide-vim) - [gdscript](https://github.com/calviken/vim-gdscript3) - [git](https://github.com/tpope/vim-git) +- [gitignore](https://github.com/rdolgushin/gitignore.vim) - [glsl](https://github.com/tikhomirov/vim-glsl) - [gmpl](https://github.com/maelvalais/gmpl.vim) - [gnuplot](https://github.com/vim-scripts/gnuplot-syntax-highlighting) |