mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-22 06:44:09 -05:00
Show which linter is complaining with ale
This commit is contained in:
parent
28f1ee3124
commit
2d61a7354f
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ let g:ale_lint_on_filetype_changed = 1
|
||||||
let g:ale_lint_on_save = 1
|
let g:ale_lint_on_save = 1
|
||||||
let g:ale_lint_on_insert_leave = 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
|
"list of ale fixers
|
||||||
let g:ale_fixers = {
|
let g:ale_fixers = {
|
||||||
\ 'javascript': [ 'eslint' ],
|
\ 'javascript': [ 'eslint' ],
|
||||||
|
|
Loading…
Reference in a new issue