From 351984018c83e38e73fd48026f8d79dcad6fec7d Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 4 Oct 2016 21:51:50 +0800 Subject: vimrc: disable syntastic check on open --- _vimrc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_vimrc.local b/_vimrc.local index 7d82baf..9222acf 100644 --- a/_vimrc.local +++ b/_vimrc.local @@ -26,6 +26,6 @@ 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_open = 1 let g:syntastic_check_on_wq = 0 -- cgit v1.2.2