From 2a867c339dd7a3d9fd4e889041444a113aea68d4 Mon Sep 17 00:00:00 2001 From: Gerrit Pannek Date: Tue, 11 Jun 2019 21:26:36 +0200 Subject: [PATCH] No Syntastic for cpp/c --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 538c95c..74f2320 100644 --- a/vimrc +++ b/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