From 0fa659e4a243bf4bad01a0faca5ea9bc319cf33e Mon Sep 17 00:00:00 2001 From: Ievgenii Shepeliuk Date: Fri, 14 Jan 2022 18:51:47 +0200 Subject: [PATCH] fix: detect helmfile.yaml --- ftdetect/helm.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftdetect/helm.vim b/ftdetect/helm.vim index d908769..628045d 100644 --- a/ftdetect/helm.vim +++ b/ftdetect/helm.vim @@ -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\ */}}