fix: add gotmpl for helm detection

This commit is contained in:
Ievgenii Shepeliuk
2021-11-26 19:03:31 +02:00
parent cc63d2e60d
commit 867235e507

View File

@@ -1,4 +1,4 @@
autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl set ft=helm
autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl,*.gotmpl set ft=helm
" Use {{/* */}} as comments
autocmd FileType helm setlocal commentstring={{/*\ %s\ */}}