nvim: Include the linter rule/code in the ALE message
This commit is contained in:
parent
902660b428
commit
4694088808
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ map <silent> ;* :call fzf#run({
|
||||||
command ALEOff :let b:ale_fix_on_save = 0
|
command ALEOff :let b:ale_fix_on_save = 0
|
||||||
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_echo_msg_format = '[%linter%] %code: %%s'
|
||||||
let g:ale_fix_on_save = 1
|
let g:ale_fix_on_save = 1
|
||||||
let g:ale_go_golangci_lint_package = 1
|
let g:ale_go_golangci_lint_package = 1
|
||||||
let g:ale_go_golangci_lint_options = ''
|
let g:ale_go_golangci_lint_options = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue