diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-09-27 20:52:13 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-09-27 20:52:13 +0200 |
commit | 7673a61990d4062adebbe49f71067b0aad90382a (patch) | |
tree | 06f6a5e83257abb59930153e15e0644b504ac94b /README.md | |
parent | 6a12aa87f41b02a68cd8e6b494e5400367c2b028 (diff) | |
download | vim-polyglot-7673a61990d4062adebbe49f71067b0aad90382a.tar.gz vim-polyglot-7673a61990d4062adebbe49f71067b0aad90382a.zip |
Change elm provider, closes #224
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ Most importantly, vim-polyglot contains all runtime syntax files from upstream [ - [dart](https://github.com/dart-lang/dart-vim-plugin) (syntax, indent, autoload, ftplugin) - [dockerfile](https://github.com/docker/docker) (syntax) - [elixir](https://github.com/elixir-lang/vim-elixir) (syntax, indent, compiler, autoload, ftplugin) -- [elm](https://github.com/lambdatoast/elm.vim) (syntax, indent, autoload, ftplugin) +- [elm](https://github.com/ElmCast/elm-vim) (syntax, indent, autoload, ftplugin) - [emberscript](https://github.com/yalesov/vim-ember-script) (syntax, indent, ftplugin) - [emblem](https://github.com/yalesov/vim-emblem) (syntax, indent, ftplugin) - [erlang](https://github.com/vim-erlang/vim-erlang-runtime) (syntax, indent) |