maralla / validator.vim

Check syntax on the fly asynchronously.
MIT License
213 stars 14 forks source link

Cannot turn off clang-tidy #71

Open petersohn opened 7 years ago

petersohn commented 7 years ago

clang-tidy seems to be enabled by default. I tried turning it off by putting the following in my .vimrc:

let g:syntastic_c_checkers=[]
let g:syntastic_cpp_checkers=[]

Even after restarting vim, the clang-tidy checker seems to be active.

maralla commented 6 years ago

You should put this to your .vimrc:

let g:validator_cpp_checkers = []