From fa69ebe8f95bdaee973bd39b4d42852be5b656ed Mon Sep 17 00:00:00 2001 From: bretello Date: Thu, 14 Sep 2023 23:56:30 +0200 Subject: [PATCH] vim: ale: tweak ale_lint_on enter/insert --- vim/plugins_config.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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