update ale fixers/linters configuration

whole-command-tab-completion
bretello 2020-02-14 16:37:50 +01:00
parent e2e4d1cda8
commit bb562a8761
1 changed files with 4 additions and 1 deletions

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