mirror of
https://github.com/zoriya/vim-helm.git
synced 2025-12-18 12:45:14 +00:00
Merge pull request #16 from eshepelyuk/fix/helmfile
fix: extend helmfile support
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl,*.gotmpl,helmfile.yaml 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\ */}}
|
||||||
|
|||||||
Reference in New Issue
Block a user