diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-03-23 11:30:58 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-03-23 11:30:58 +0100 |
commit | ba758909360bbd037cea06fd4e4eec8da7bf8751 (patch) | |
tree | ceee72885ce452b70b36cc4f98002cc38988d958 /README.md | |
parent | 0801eac01aab5940fc1e4409ba749383cc353bc2 (diff) | |
download | vim-polyglot-ba758909360bbd037cea06fd4e4eec8da7bf8751.tar.gz vim-polyglot-ba758909360bbd037cea06fd4e4eec8da7bf8751.zip |
Update Dockerfile provider to offical, closes #191
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ If you need full functionality of any plugin, please use it directly with your p - [css](https://github.com/JulesWang/css.vim) (syntax) - [cucumber](https://github.com/tpope/vim-cucumber) (syntax, indent, compiler, ftplugin, ftdetect) - [dart](https://github.com/dart-lang/dart-vim-plugin) (syntax, indent, autoload, ftplugin, ftdetect) -- [dockerfile](https://github.com/honza/dockerfile.vim) (syntax, ftdetect) +- [dockerfile](https://github.com/docker/docker) (syntax, ftdetect) - [elixir](https://github.com/elixir-lang/vim-elixir) (syntax, indent, compiler, autoload, ftplugin, ftdetect) - [elm](https://github.com/lambdatoast/elm.vim) (syntax, indent, autoload, ftplugin, ftdetect) - [emberscript](https://github.com/yalesov/vim-ember-script) (syntax, indent, ftplugin, ftdetect) |