Merge pull request #5 from theimpostor/convert-to-plugin

Convert to plugin
This commit is contained in:
Tobias Wolf
2018-04-27 17:33:14 +02:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
# vim-helm
vim syntax for helm templates (yaml + gotmpl + sprig + custom)
Enable syntax using a definition like this:
Install via vundle:
```vim
autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl set ft=helm
Plugin 'towolf/helm-vim'
```
+1
View File
@@ -0,0 +1 @@
autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl set ft=helm