From 73e4328b95959ece4ef6fae874a385e5cef58b9b Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Sun, 21 Aug 2022 23:56:14 +0300 Subject: [PATCH] [vim] helm auto-indent on newline --- vim/ftplugin/helm.vim | 2 ++ 1 file changed, 2 insertions(+) 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