diff --git a/home/.vimrc.d/filetypes.vim b/home/.vimrc.d/filetypes.vim index 9355594..520ed67 100644 --- a/home/.vimrc.d/filetypes.vim +++ b/home/.vimrc.d/filetypes.vim @@ -46,3 +46,8 @@ let g:tex_flavor='latex' "Vim au BufNewFile,BufRead */.vimrc.d/* set filetype=vim + +"Helm +autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl,*.gotmpl,helmfile.yaml set ft=helm +" Use {{/* */}} as comments +autocmd FileType helm setlocal commentstring={{/*\ %s\ */}} diff --git a/home/.vimrc.d/plugins.vim b/home/.vimrc.d/plugins.vim index c77fa0d..3db955f 100644 --- a/home/.vimrc.d/plugins.vim +++ b/home/.vimrc.d/plugins.vim @@ -22,6 +22,7 @@ function! LoadPlugins() Plug 'morhetz/gruvbox' " gruvbox is a good colour scheme on 256 colours Plug 'amanning9/django-plus.vim' " Improvements for identifying files in django projects. + Plug 'towolf/vim-helm' endfunction " PLUGIN INITIALISATION diff --git a/private b/private index 9524ea5..051de63 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 9524ea509b53a757b60c1a7850da64a3537c43dc +Subproject commit 051de63966223f86fb0859d28fbb3ef093bbb4c9