Update c config

This commit is contained in:
Julian Ospald 2018-06-09 23:05:21 +02:00
parent f835a24f25
commit 3cdd8ba814
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
let g:ale_linters = {'c':['clang']}
let g:ale_linters = {'c':['clang', 'clangtidy', 'cppcheck']}
" let g:ale_linters = {'c':['clang']}
"let g:ale_fixers = {
" \ 'c': ['clang-format'],
" \}