From 867235e507e5bad17cf29cf042fb88ac356f8e12 Mon Sep 17 00:00:00 2001 From: Ievgenii Shepeliuk Date: Fri, 26 Nov 2021 19:03:31 +0200 Subject: [PATCH] fix: add gotmpl for helm detection --- ftdetect/helm.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftdetect/helm.vim b/ftdetect/helm.vim index 988f3c5..d908769 100644 --- a/ftdetect/helm.vim +++ b/ftdetect/helm.vim @@ -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\ */}}