diff --git a/vim/ftplugin/helm.vim b/vim/ftplugin/helm.vim index eb6284f..1e1e208 100644 --- a/vim/ftplugin/helm.vim +++ b/vim/ftplugin/helm.vim @@ -1,3 +1,5 @@ +set autoindent +set cindent " show existing tab with 2 spaces width set tabstop=2 " when indenting with '>', use 2 spaces width