aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/vim-options.vim2
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' }