diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2018-12-26 20:22:36 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2018-12-26 20:22:36 +0100 |
commit | f2383782218926011746ea85d7c2539b5980ac87 (patch) | |
tree | 6050130d8a95ac544bf34d7c38aba4611f575d77 /README.md | |
parent | 0d5f661cfda484860fca89fb4701797cd56e6833 (diff) | |
download | vim-polyglot-f2383782218926011746ea85d7c2539b5980ac87.tar.gz vim-polyglot-f2383782218926011746ea85d7c2539b5980ac87.zip |
Switch dockerfile provider
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ If you need full functionality of any plugin, please use it directly with your p - [crystal](https://github.com/rhysd/vim-crystal) (syntax, indent, autoload, ftplugin) - [cucumber](https://github.com/tpope/vim-cucumber) (syntax, indent, compiler, ftplugin) - [dart](https://github.com/dart-lang/dart-vim-plugin) (syntax, indent, autoload, ftplugin) -- [dockerfile](https://github.com/docker/docker) (syntax) +- [dockerfile](https://github.com/ekalinin/Dockerfile.vim) (syntax, indent, ftplugin) - [elixir](https://github.com/elixir-lang/vim-elixir) (syntax, indent, compiler, autoload, ftplugin) - [elm](https://github.com/ElmCast/elm-vim) (syntax, indent, autoload, ftplugin) - [emberscript](https://github.com/yalesov/vim-ember-script) (syntax, indent, ftplugin) |