From 9e2a797d2a629b50df787fbb63fbd1ef6ed5d9bc Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 9 Sep 2016 17:01:05 +0800 Subject: _vimrc.local: add syntastic settings --- _vimrc.local | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '_vimrc.local') diff --git a/_vimrc.local b/_vimrc.local index b689484..7d82baf 100644 --- a/_vimrc.local +++ b/_vimrc.local @@ -23,3 +23,9 @@ set nospell " do not use system clipboard set clipboard= +" syntastic settings +let g:syntastic_always_populate_loc_list = 1 +let g:syntastic_auto_loc_list = 1 +let g:syntastic_check_on_open = 1 +let g:syntastic_check_on_wq = 0 + -- cgit v1.2.2