Helm.
This commit is contained in:
parent
3d363c8133
commit
1516caad70
3 changed files with 7 additions and 1 deletions
|
@ -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\ */}}
|
||||
|
|
|
@ -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
|
||||
|
|
2
private
2
private
|
@ -1 +1 @@
|
|||
Subproject commit 9524ea509b53a757b60c1a7850da64a3537c43dc
|
||||
Subproject commit 051de63966223f86fb0859d28fbb3ef093bbb4c9
|
Loading…
Reference in a new issue