diff --git a/vim/plugins_config.vim b/vim/plugins_config.vim index 5091b95..50f097e 100644 --- a/vim/plugins_config.vim +++ b/vim/plugins_config.vim @@ -54,8 +54,8 @@ 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 = 1 -" let g:ale_lint_on_text_changed = 1 +let g:ale_lint_on_insert_leave = 0 +let g:ale_lint_on_text_changed = 0 let g:ale_lint_delay = 2500 " lint 2.5 seconds after text has changed let g:ale_fix_on_save = 1 let g:ale_completion_enabled = 1