Enable clang-tidy ale checker
This commit is contained in:
parent
dcea5ede4a
commit
a2c1476bba
2
vimrc
2
vimrc
@ -48,7 +48,7 @@ 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': []}
|
||||
let g:ale_linters = {'c': [], 'cpp': ['clangtidy']}
|
||||
hi link ALEErrorSign SyntasticErrorSign
|
||||
hi link ALEWarningSign SyntasticWarningSign
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user