No Syntastic for cpp/c
This commit is contained in:
parent
73648c254c
commit
2a867c339d
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue