diff --git a/vimrc b/vimrc index 2909f1c..03bf18c 100644 --- a/vimrc +++ b/vimrc @@ -47,6 +47,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_linters = {'c': [], 'cpp': []} hi link ALEErrorSign SyntasticErrorSign hi link ALEWarningSign SyntasticWarningSign