add lint on text changed to vimrc

whole-command-tab-completion
bretello 2020-02-14 16:37:51 +01:00
parent 72b6ce135e
commit 35464367bd
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ let g:ale_linters['bash'] = ['bashlint']
let g:ale_fixers = {'python': ['black']}
let g:ale_lint_on_insert_leave = 1
let g:ale_fix_on_insert_leave = 1
let g:ale_lint_on_text_changed = 1
let g:ack_default_options = " --cc --cpp --shell --python"
" let g:ale_lint_on_save = 1