mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
vim: ale: tweak ale_lint_on enter/insert
This commit is contained in:
parent
0e5f23e864
commit
fa69ebe8f9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user