Show which linter is complaining with ale

This commit is contained in:
Kevin MacMartin 2021-06-17 13:19:35 -04:00
parent 28f1ee3124
commit 2d61a7354f

View file

@ -26,6 +26,9 @@ let g:ale_lint_on_filetype_changed = 1
let g:ale_lint_on_save = 1
let g:ale_lint_on_insert_leave = 1
"show which linter is complaining
let g:ale_echo_msg_format = '[%linter%] %s [%severity%]'
"list of ale fixers
let g:ale_fixers = {
\ 'javascript': [ 'eslint' ],