We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey. I tried the steps, but I can't make it work.
I'm using Fedora 34, Python3.9, clang 12, vim 8.2.
I have this line in ~/.vimrc:
~/.vimrc
let g:clang_library_path='/usr/lib64/llvm/'
(I previously tried with '/usr/lib64/', still didn't work).
I had copied the clang_complete directory to ~/.vim/clang_complete
I created a file called .clang_complete in the current directory. I added this line to it:
.clang_complete
-I/usr/include/c++/11
And, when I use vim, e.g. to edit a .cpp file in this current directory... nothing happens.
Did I miss something important? I would really appreciate help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey. I tried the steps, but I can't make it work.
I'm using Fedora 34, Python3.9, clang 12, vim 8.2.
I have this line in
~/.vimrc
:(I previously tried with '/usr/lib64/', still didn't work).
I had copied the clang_complete directory to ~/.vim/clang_complete
I created a file called
.clang_complete
in the current directory. I added this line to it:And, when I use vim, e.g. to edit a .cpp file in this current directory... nothing happens.
Did I miss something important?
I would really appreciate help.
The text was updated successfully, but these errors were encountered: