diff --git a/dot_vimrc b/dot_vimrc index 94042e1..91b1635 100644 --- a/dot_vimrc +++ b/dot_vimrc @@ -80,6 +80,8 @@ set shortmess=atI set title " Start scrolling three lines before the horizontal window border set scrolloff=3 +# Enable auto indent +set autoindent filetype plugin indent on " show existing tab with 4 spaces width