fix: detect helmfile.yaml

This commit is contained in:
Ievgenii Shepeliuk
2022-01-14 18:51:47 +02:00
parent 9c65dc6ad9
commit 0fa659e4a2

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
autocmd FileType helm setlocal commentstring={{/*\ %s\ */}}