-
Notifications
You must be signed in to change notification settings - Fork 310
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
Troubleshooting - omnifunc and completefunc are not set to ClangComplete. What now? #591
Comments
Are you using Vim and not neovim, which uses different configuration location? |
@xaizek I am using neovim |
Then you probably need to use |
@xaizek Thanks for the suggestion. I tried that, and in the process also tried using regular vim and the regular install directory, but sadly, neither made any difference. |
Maybe something is wrong with your setup then. |
When I run
|
I don't know what happened, but while messing with my color schemes, I did Woohoo, it finally loaded! So I found out that |
I found a potential actual solution when trying to set up clang_complete on another machine. I had the exact same problem here. It just doesn't tell me what is wrong. The actual problem is the one shown in the screenshot in my previous post, but that doesn't get reported, it seems. (Maybe this is worth a bug report?) To solve it, make sure, if you've supplied only the directory for |
It seems to me that the completions I get when hitting Ctrl+N are way too bad to actually be the work of clang_complete.
For installation, I've tried installing with a plugin manager, cloning the repository into
~/.vim/clang_complete
and tried putting the entire contents of the repository into~/.vim/
.Doing
set omnifunc? completefunc?
returns:Great. It didn't work. What now? What does this mean?
:messages
doesn't return anything at all.The text was updated successfully, but these errors were encountered: