1
0
Fork 0

nvim: Include the linter rule/code in the ALE message

This commit is contained in:
Jeremy Kaplan 2020-10-01 23:04:35 -07:00
commit 4694088808

View file

@ -141,7 +141,7 @@ map <silent> ;* :call fzf#run({
command ALEOff :let b:ale_fix_on_save = 0
let g:ale_sign_error = '!'
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_go_golangci_lint_package = 1
let g:ale_go_golangci_lint_options = ''