diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-25 14:03:03 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-25 14:03:03 +0200 |
commit | e47af23f64e4c02ab85080e94c23e57b3f66ecda (patch) | |
tree | b02a2ea865faa46501da7480e11f38a2c0661b01 /README.md | |
parent | 8f5134aef8c4162235892d87407275f447e54e40 (diff) | |
download | vim-polyglot-e47af23f64e4c02ab85080e94c23e57b3f66ecda.tar.gz vim-polyglot-e47af23f64e4c02ab85080e94c23e57b3f66ecda.zip |
Cleanup ftdetect
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -87,7 +87,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, indent, doc, compiler) - [gradle](https://github.com/tfnico/vim-gradle) (compiler) -- [graphql](https://github.com/jparise/vim-graphql) (syntax, indent, autoload, ftplugin, after) +- [graphql](https://github.com/jparise/vim-graphql) (syntax, indent, autoload, ftplugin, after, doc) - [haml](https://github.com/sheerun/vim-haml) (syntax, indent, compiler, ftplugin) - [handlebars](https://github.com/sheerun/vim-mustache-handlebars) (syntax, indent, ftplugin) - [haproxy](https://github.com/CH-DanReif/haproxy.vim) (syntax) @@ -109,7 +109,7 @@ If you need full functionality of any plugin, please use it directly with your p - [json](https://github.com/elzr/vim-json) (syntax, indent, ftplugin) - [jsonnet](https://github.com/google/vim-jsonnet) (syntax, doc, autoload, ftplugin) - [jst](https://github.com/briancollins/vim-jst) (syntax, indent) -- [jsx](https://github.com/MaxMEllon/vim-jsx-pretty) (autoload, after) +- [jsx](https://github.com/MaxMEllon/vim-jsx-pretty) (autoload, after, doc) - [julia](https://github.com/JuliaEditorSupport/julia-vim) (syntax, indent, doc, autoload, ftplugin) - [kotlin](https://github.com/udalov/kotlin-vim) (syntax, indent, ftplugin) - [ledger](https://github.com/ledger/vim-ledger) (syntax, indent, doc, compiler, autoload) |