From d89c99d278651c972eb95e1a7bfabc46a717700d Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 18 Jul 2018 19:13:53 +0800 Subject: vimrc.local: Disable syntastic auto popup --- _vimrc.local | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '_vimrc.local') diff --git a/_vimrc.local b/_vimrc.local index 9222acf..7535273 100644 --- a/_vimrc.local +++ b/_vimrc.local @@ -13,6 +13,7 @@ if has('gui_running') set guifont=Source\ Code\ Pro\ Regular\ 11 endif +set tabstop=8 set wrap " wrap long lines at a character in 'breakat' set linebreak @@ -24,8 +25,7 @@ set nospell set clipboard= " syntastic settings -let g:syntastic_always_populate_loc_list = 1 -let g:syntastic_auto_loc_list = 1 +"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 - +"let g:syntastic_check_on_wq = 0 -- cgit v1.2.2