Improve ale echo message

This commit is contained in:
Kenneth Benzie 2017-02-09 14:45:33 +00:00
parent cea38efd76
commit bef689ae13

1
vimrc
View File

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