From 21aec8066f8f2681ae3c4a7a2ed2cbfb5eab155d Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Sun, 13 Oct 2019 13:31:52 +0200 Subject: [PATCH] fix vimrc syntax --- dot_vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_vimrc b/dot_vimrc index 91b1635..e7d1435 100644 --- a/dot_vimrc +++ b/dot_vimrc @@ -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