No Syntastic for cpp/c

This commit is contained in:
Gerrit Pannek 2019-06-11 21:26:36 +02:00
parent 73648c254c
commit 2a867c339d
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -88,6 +88,7 @@ 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_mode_map = { 'passive_filetypes': ['cpp', 'c'] }
" ------------------------------------ NERDTree -------------------------------------------
"" NERDTree Setup