Skip to content

Commit

Permalink
fix(vim-ale): show linter code after linter name
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Oct 11, 2023
1 parent fdc6968 commit 6febd19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vim-ale/ale.vim
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ set statusline+=\ %{LinterStatus()}
" how to show error message
let g:ale_echo_msg_error_str = 'E'
let g:ale_echo_msg_warning_str = 'W'
let g:ale_echo_msg_format = '[%linter%] %s [%severity%]'
let g:ale_echo_msg_info_str = 'i'
let g:ale_echo_msg_format = '[%linter%] %code%: %s [%severity%]'

0 comments on commit 6febd19

Please sign in to comment.