1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

fix ale lint_on_save option

This commit is contained in:
bretello 2020-02-14 16:37:49 +01:00
parent 8a81dac1ba
commit a94fb316c1

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