summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-08-18 20:08:26 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-08-18 20:08:26 +0200
commitc6936aeeb1e0540328c3a0d3b932f0b0f48618fd (patch)
tree6e67a4b47142e58be572858112b17c37ae970cc5 /README.md
parent6bb111eaba95b80c0e0dfd0bfb380bad19a45c77 (diff)
downloadvim-polyglot-c6936aeeb1e0540328c3a0d3b932f0b0f48618fd.tar.gz
vim-polyglot-c6936aeeb1e0540328c3a0d3b932f0b0f48618fd.zip
Fix dhall plugin, closes #519
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 89778863..6fb81f3c 100644
--- a/README.md
+++ b/README.md
@@ -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)