Convert to plugin

This commit is contained in:
theimpostor
2018-04-27 10:12:07 -05:00
parent ee07975c92
commit 0136756aa9
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 'theimpostor/helm-vim'
```
+1
View File
@@ -0,0 +1 @@
autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl set ft=helm