1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-24 09:48:34 +02:00

update ale fixers

This commit is contained in:
bretello 2020-02-14 16:37:52 +01:00
parent 2bba55ecf9
commit e0be82139d

View File

@ -4,8 +4,8 @@ set splitbelow splitright
set autoread
" ALE configuration
let g:ale_fixers = { 'python': ['black'] , 'rust': ['rustfmt']}
let g:ale_linters = { 'python': ['pylint'], 'bash': ['bashlint'], 'rust': ['rustc'] }
let g:ale_fixers = { 'python': ['black'] , 'rust': ['rustfmt'], }
let g:ale_linters = { 'python': ['pylint'], 'bash': ['bashlint'], 'rust': ['rustc'], 'yaml': ['yamllint'] }
let g:ale_lint_on_insert_leave = 1
let g:ale_fix_on_insert_leave = 1
let g:ale_lint_on_text_changed = 1