diff --git a/vim/plugins_config.vim b/vim/plugins_config.vim index fb20b94..cc283fc 100644 --- a/vim/plugins_config.vim +++ b/vim/plugins_config.vim @@ -72,8 +72,8 @@ let g:ale_open_list = 0 let g:ale_keep_list_window_open = 1 let g:ale_lint_on_save = 1 -let g:ale_lint_on_enter = 1 " uncomment if you do not want to lint files on open -let g:ale_lint_on_insert_leave = 0 +let g:ale_lint_on_enter = 1 +let g:ale_lint_on_insert_leave = 1 let g:ale_lint_on_text_changed = 0 let g:ale_lint_delay = 2500 " lint 2.5 seconds after text has changed