diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-24 10:56:09 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-24 10:56:09 +0200 |
commit | 63a175357a139ebbecf724b5d8229d383a08afef (patch) | |
tree | d338eeedf6ba4271c1a6d74b470815c8b1cf6424 /README.md | |
parent | 25db54573ad9d436ffff97124887c68a74b07e66 (diff) | |
download | vim-polyglot-63a175357a139ebbecf724b5d8229d383a08afef.tar.gz vim-polyglot-63a175357a139ebbecf724b5d8229d383a08afef.zip |
Remove some custom dirs config
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -79,13 +79,13 @@ If you need full functionality of any plugin, please use it directly with your p - [ferm](https://github.com/vim-scripts/ferm.vim) (syntax) - [fish](https://github.com/georgewitteman/vim-fish) (syntax, indent, compiler, autoload, ftplugin) - [flatbuffers](https://github.com/dcharbon/vim-flatbuffers) (syntax) -- [fsharp](https://github.com/ionide/Ionide-vim) (syntax, indent) +- [fsharp](https://github.com/ionide/Ionide-vim) (syntax, indent, autoload) - [gdscript](https://github.com/calviken/vim-gdscript3) (syntax, indent) - [git](https://github.com/tpope/vim-git) (syntax, indent, ftplugin) - [glsl](https://github.com/tikhomirov/vim-glsl) (syntax, indent) - [gmpl](https://github.com/maelvalais/gmpl.vim) (syntax) - [gnuplot](https://github.com/vim-scripts/gnuplot-syntax-highlighting) (syntax) -- [go](https://github.com/fatih/vim-go) (syntax, compiler, indent) +- [go](https://github.com/fatih/vim-go) (syntax, indent, compiler) - [gradle](https://github.com/tfnico/vim-gradle) (compiler) - [graphql](https://github.com/jparise/vim-graphql) (syntax, indent, autoload, ftplugin, after) - [haml](https://github.com/sheerun/vim-haml) (syntax, indent, compiler, ftplugin) @@ -112,7 +112,7 @@ If you need full functionality of any plugin, please use it directly with your p - [jsx](https://github.com/MaxMEllon/vim-jsx-pretty) (autoload, after) - [julia](https://github.com/JuliaEditorSupport/julia-vim) (syntax, indent, autoload, ftplugin) - [kotlin](https://github.com/udalov/kotlin-vim) (syntax, indent, ftplugin) -- [ledger](https://github.com/ledger/vim-ledger) (syntax, compiler, indent) +- [ledger](https://github.com/ledger/vim-ledger) (syntax, indent, compiler, autoload) - [less](https://github.com/groenewege/vim-less) (syntax, indent, ftplugin) - [lilypond](https://github.com/anowlcalledjosh/vim-lilypond) (syntax, indent, compiler, ftplugin) - [livescript](https://github.com/gkz/vim-ls) (syntax, indent, compiler, ftplugin) @@ -126,7 +126,7 @@ If you need full functionality of any plugin, please use it directly with your p - [meson](https://github.com/mesonbuild/meson) (syntax, indent, ftplugin) - [moonscript](https://github.com/leafo/moonscript-vim) (syntax, indent, ftplugin) - [nginx](https://github.com/chr4/nginx.vim) (syntax, indent, ftplugin) -- [nim](https://github.com/zah/nim.vim) (syntax, compiler, indent) +- [nim](https://github.com/zah/nim.vim) (syntax, indent, compiler, autoload) - [nix](https://github.com/LnL7/vim-nix) (syntax, indent, compiler, ftplugin) - [objc](https://github.com/b4winckler/vim-objc) (ftplugin, syntax, indent) - [ocaml](https://github.com/rgrinberg/vim-ocaml) (syntax, indent, compiler, ftplugin) |