Improve ale echo message
This commit is contained in:
parent
cea38efd76
commit
bef689ae13
1
vimrc
1
vimrc
@ -47,6 +47,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_linters = {'c': [], 'cpp': []}
|
let g:ale_linters = {'c': [], 'cpp': []}
|
||||||
hi link ALEErrorSign SyntasticErrorSign
|
hi link ALEErrorSign SyntasticErrorSign
|
||||||
hi link ALEWarningSign SyntasticWarningSign
|
hi link ALEWarningSign SyntasticWarningSign
|
||||||
|
Loading…
x
Reference in New Issue
Block a user