aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_vimrc.local6
1 files changed, 6 insertions, 0 deletions
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
+