mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Configure all options for when to lint with ale (regardless of their defaults, for easy access later)
This commit is contained in:
parent
c8de1131ba
commit
00797d8f99
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ let g:ale_fix_on_save = 0
|
||||||
" configure when to lint
|
" configure when to lint
|
||||||
let g:ale_lint_on_text_changed = 'normal'
|
let g:ale_lint_on_text_changed = 'normal'
|
||||||
let g:ale_lint_on_enter = 1
|
let g:ale_lint_on_enter = 1
|
||||||
|
let g:ale_lint_on_filetype_changed = 1
|
||||||
let g:ale_lint_on_save = 1
|
let g:ale_lint_on_save = 1
|
||||||
let g:ale_lint_on_insert_leave = 1
|
let g:ale_lint_on_insert_leave = 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue