There was an error while loading. Please reload this page.
1 parent ee07975 commit 0136756Copy full SHA for 0136756
README.md
@@ -1,7 +1,8 @@
1
# vim-helm
2
vim syntax for helm templates (yaml + gotmpl + sprig + custom)
3
4
-Enable syntax using a definition like this:
+Install via vundle:
5
+
6
```vim
-autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl set ft=helm
7
+Plugin 'theimpostor/helm-vim'
8
```
ftdetect/helm.vim
@@ -0,0 +1 @@
+autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl set ft=helm
0 commit comments