fix vimrc syntax

This commit is contained in:
Morgan Wattiez 2019-10-13 13:31:52 +02:00
parent 047b94ffd8
commit 21aec8066f

View File

@ -80,7 +80,7 @@ set shortmess=atI
set title
" Start scrolling three lines before the horizontal window border
set scrolloff=3
# Enable auto indent
" Enable auto indent
set autoindent
filetype plugin indent on