From 047b94ffd89adca3ddbd85eb11f7e683fafb3de9 Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Sun, 13 Oct 2019 13:26:46 +0200 Subject: [PATCH] set autoindent in VIM --- dot_vimrc | 2 ++ 1 file changed, 2 insertions(+) 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