Merge pull request #14 from eshepelyuk/fix/helmfile

fix: detect helmfile.yaml
This commit is contained in:
Tobias Wolf
2022-01-20 08:38:29 +01:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl,*.gotmpl set ft=helm autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl,*.gotmpl,helmfile.yaml set ft=helm
" Use {{/* */}} as comments " Use {{/* */}} as comments
autocmd FileType helm setlocal commentstring={{/*\ %s\ */}} autocmd FileType helm setlocal commentstring={{/*\ %s\ */}}