diff options
| author | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-04 09:38:52 +0100 | 
|---|---|---|
| committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-04 09:38:52 +0100 | 
| commit | 92f779dc7768d3963ec99d9cece7a17983e13d4c (patch) | |
| tree | 8a4ba251eac504d9e353eaace174c3a8e497b500 /README.md | |
| parent | 9d887c4b3892fac524e945e136249f110960e00a (diff) | |
| download | vim-polyglot-92f779dc7768d3963ec99d9cece7a17983e13d4c.tar.gz vim-polyglot-92f779dc7768d3963ec99d9cece7a17983e13d4c.zip  | |
Add groovy indent support, closes #324
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-->118<!--/Package Count--> packages it consists of. +- It **installs and updates 100+ times faster** than the <!--Package Count-->119<!--/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`). @@ -79,6 +79,7 @@ If you need full functionality of any plugin, please use it directly with your p  - [gnuplot](https://github.com/vim-scripts/gnuplot-syntax-highlighting) (syntax)  - [go](https://github.com/fatih/vim-go) (syntax, compiler, indent)  - [graphql](https://github.com/jparise/vim-graphql) (syntax, indent, ftplugin) +- [groovy-indent](https://github.com/vim-scripts/groovyindent-unix) (indent)  - [groovy](https://github.com/vim-scripts/groovy.vim) (syntax)  - [haml](https://github.com/sheerun/vim-haml) (syntax, indent, compiler, ftplugin)  - [handlebars](https://github.com/mustache/vim-mustache-handlebars) (syntax, indent, ftplugin)  | 
