From 7a72d7c649d1cfa175fda22bec93ec1292b9847d Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 11 Jan 2017 14:03:57 -0700 Subject: Changing syntastic to active mode --- plugin/vim-options.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/vim-options.vim') diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index e865a39..96e3e9d 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -506,7 +506,7 @@ if !empty(glob(EditorDir.'/plugged/syntastic/plugin/syntastic.vim')) let g:syntastic_check_on_open = 0 let g:syntastic_check_on_wq = 1 let g:syntastic_aggregate_errors = 1 - let g:syntastic_mode_map = { 'mode': 'passive' } + let g:syntastic_mode_map = { 'mode': 'active' } function! ToggleSyntasticMode() python << EOF import vim -- cgit v1.2.3