diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-01-11 14:14:15 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-01-11 14:14:15 -0700 |
commit | 2997c901135ad6e8d9e2bda988d39a7d83df68ef (patch) | |
tree | 397fba0bb5fdebbbde602b9517bef8eb64eeb258 /plugin | |
parent | 7a72d7c649d1cfa175fda22bec93ec1292b9847d (diff) |
Check on open
Diffstat (limited to 'plugin')
-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 96e3e9d..cd40cf0 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -503,7 +503,7 @@ if !empty(glob(EditorDir.'/plugged/syntastic/plugin/syntastic.vim')) let g:syntastic_javascript_checkers = ['eslint'] let g:syntastic_always_populate_loc_list = 1 let g:syntastic_auto_loc_list = 0 - let g:syntastic_check_on_open = 0 + let g:syntastic_check_on_open = 1 let g:syntastic_check_on_wq = 1 let g:syntastic_aggregate_errors = 1 let g:syntastic_mode_map = { 'mode': 'active' } |