Update c config

This commit is contained in:
2018-06-09 23:05:21 +02:00
parent f835a24f25
commit 3cdd8ba814

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'],
" \}