fix: introduce commentstring

Resolves #10
This commit is contained in:
Ievgenii Shepeliuk
2021-11-26 17:44:58 +02:00
parent 2c2e2e9366
commit 3c6a637264
+3
View File
@@ -1 +1,4 @@
autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl set ft=helm
" Use {{/* */}} as comments
autocmd FileType helm setlocal commentstring={{/*\ %s\ */}}