chore(vimrc): add ALE list window config params
This commit is contained in:
parent
0f1cfa623c
commit
5d3a740b24
@ -105,6 +105,9 @@ let g:airline_mode_map = {
|
||||
let g:airline#parts#ffenc#skip_expected_string='utf-8[unix]'
|
||||
let g:airline#extensions#ale#enabled = 1
|
||||
|
||||
let g:ale_open_list = 0
|
||||
let g:ale_keep_list_window_open = 0
|
||||
let g:ale_list_window_size = 5
|
||||
let g:ale_lint_on_text_changed = 'normal'
|
||||
let g:ale_lint_on_insert_leave = 1
|
||||
let g:ale_lint_delay = 1000| " the default being 200
|
||||
|
Loading…
Reference in New Issue
Block a user