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

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\ */}}