fix ale lint_on_save option

whole-command-tab-completion
bretello 2020-02-14 16:37:49 +01:00
parent 8a81dac1ba
commit a94fb316c1
1 changed files with 1 additions and 1 deletions

View File

@ -5,9 +5,9 @@ set autoread
" ALE configuration
let g:ale_linters['python'] = ['pylint']
let g:ale_fixers = { 'python': ['black'] , 'rust': ['rustfmt']}
let g:ale_fix_on_save = 1
let g:ale_linters['bash'] = ['bashlint']
let g:ack_default_options = " --cc --cpp --shell --python"
" let g:ale_lint_on_save = 1
let g:ale_fix_on_save = 1
let g:ale_lint_on_insert_leave = 1
let g:ale_completion_enabled = 1