Update ALE message to include linter name
This commit is contained in:
parent
e71bdc0fa0
commit
7c8a1c2fbf
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ set completeopt+=longest
|
||||||
|
|
||||||
let g:ale_sign_error = '!'
|
let g:ale_sign_error = '!'
|
||||||
let g:ale_sign_warning = '?'
|
let g:ale_sign_warning = '?'
|
||||||
|
let g:ale_echo_msg_format = '%linter%: %s'
|
||||||
let g:ale_fix_on_save = 1
|
let g:ale_fix_on_save = 1
|
||||||
let g:ale_linters = {
|
let g:ale_linters = {
|
||||||
\ '-': [],
|
\ '-': [],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue