Add the linter code to ale messages

This commit is contained in:
Kenneth Benzie 2018-02-09 15:05:29 +00:00
parent 02370ce6e7
commit a2c59d8ca3

2
vimrc
View File

@ -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