diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-18 20:08:26 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-18 20:08:26 +0200 |
commit | c6936aeeb1e0540328c3a0d3b932f0b0f48618fd (patch) | |
tree | 6e67a4b47142e58be572858112b17c37ae970cc5 /README.md | |
parent | 6bb111eaba95b80c0e0dfd0bfb380bad19a45c77 (diff) | |
download | vim-polyglot-c6936aeeb1e0540328c3a0d3b932f0b0f48618fd.tar.gz vim-polyglot-c6936aeeb1e0540328c3a0d3b932f0b0f48618fd.zip |
Fix dhall plugin, closes #519
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ If you need full functionality of any plugin, please use it directly with your p - [cucumber](https://github.com/tpope/vim-cucumber) (syntax, indent, compiler, ftplugin) - [cue](https://github.com/mgrabovsky/vim-cuesheet) (syntax) - [dart](https://github.com/dart-lang/dart-vim-plugin) (syntax, indent, autoload, ftplugin) -- [dhall](https://github.com/vmchale/dhall-vim) (syntax, ftplugin) +- [dhall](https://github.com/sheerun/dhall-vim) (syntax, ftplugin) - [dlang](https://github.com/JesseKPhillips/d.vim) (syntax, indent) - [dockerfile](https://github.com/ekalinin/Dockerfile.vim) (syntax, indent, ftplugin) - [elixir](https://github.com/elixir-lang/vim-elixir) (syntax, indent, compiler, autoload, ftplugin) |