Add the linter code to ale messages
This commit is contained in:
parent
02370ce6e7
commit
a2c59d8ca3
2
vimrc
2
vimrc
@ -61,7 +61,7 @@ Plug 'vim-scripts/vimomni', {'for': ['vim']}
|
|||||||
Plug 'w0rp/ale'
|
Plug 'w0rp/ale'
|
||||||
let g:ale_sign_error = '▸'
|
let g:ale_sign_error = '▸'
|
||||||
let g:ale_sign_warning = '▸'
|
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': []}
|
let g:ale_linters = {'c': [], 'cpp': []}
|
||||||
hi link ALEError SyntasticError
|
hi link ALEError SyntasticError
|
||||||
hi link ALEWarning SyntasticWarning
|
hi link ALEWarning SyntasticWarning
|
||||||
|
Loading…
x
Reference in New Issue
Block a user