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

update ale fixers/linters configuration

This commit is contained in:
bretello 2020-02-14 16:37:50 +01:00
parent e2e4d1cda8
commit bb562a8761

View File

@ -6,6 +6,10 @@ set autoread
let g:ale_linters['python'] = ['pylint']
let g:ale_fixers = { 'python': ['black'] , 'rust': ['rustfmt']}
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:ack_default_options = " --cc --cpp --shell --python"
" let g:ale_lint_on_save = 1
let g:ale_fix_on_save = 1
@ -14,5 +18,4 @@ let g:ale_completion_enabled = 1
let g:powerline_pycmd="py3"
packadd termdebug