diff --git a/vimrc b/vimrc index 7b791c0..e712529 100644 --- a/vimrc +++ b/vimrc @@ -61,7 +61,7 @@ Plug 'vim-scripts/vimomni', {'for': ['vim']} Plug 'w0rp/ale' 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%] %s (%code%)' let g:ale_linters = {'c': [], 'cpp': []} hi link ALEError SyntasticError hi link ALEWarning SyntasticWarning