diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-01-11 14:03:57 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-01-11 14:03:57 -0700 |
commit | 7a72d7c649d1cfa175fda22bec93ec1292b9847d (patch) | |
tree | c9ecb42b9dcfd190f3738f70c743387ae488d34e | |
parent | 83b85fa5d68b24c0d40ae2cb9314cec6719fd190 (diff) |
Changing syntastic to active mode
-rw-r--r-- | plugin/vim-options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |