Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntastic cannot check c++ #718

Closed
tioover opened this issue Dec 11, 2013 · 3 comments
Closed

Syntastic cannot check c++ #718

tioover opened this issue Dec 11, 2013 · 3 comments

Comments

@tioover
Copy link

tioover commented Dec 11, 2013

My english is bad.
http://ww4.sinaimg.cn/large/62c1e01egw1ebfx8qmmj2j20f9030glv.jpg
http://ww1.sinaimg.cn/large/62c1e01egw1ebfx9gw0bmj20f903d74o.jpg
and, At first, I encountered #303
http://ww2.sinaimg.cn/large/62c1e01egw1ebfxj1cpl8j20dc05jjrw.jpg

@ixtli
Copy link

ixtli commented Dec 17, 2013

i found that adding let g:ycm_register_as_syntastic_checker=0 to your vimrc will solve this problem. it looks like ycm is getting in the way of syntastic.

for completeness, i don't have anything complex going on in my vimrc. just this:

 Bundle 'scrooloose/syntastic'
 Bundle 'Valloric/YouCompleteMe'

@Valloric
Copy link
Member

i found that adding let g:ycm_register_as_syntastic_checker=0 to your vimrc will solve this problem.

Yep.

it looks like ycm is getting in the way of syntastic.

It's not "getting in the way", it integrates with Syntastic. See the docs for details.

@tioover
Copy link
Author

tioover commented Dec 18, 2013

thinks!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants