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
I am using neocomplcache in neovim (it's the best autocomplete option for Neovim) with your recommended config settings.
When I write a C or CPP file no suggestions for header files are suggested.
example: #include <std
#include <std
There are no [FI] suggestions (stdio.h for instance) only 2 [S] suggestions.
I have vimproc installed to automatically build cache.
Is this a known issue? (System: Debian Jessie)
The text was updated successfully, but these errors were encountered:
Please check your 'path' configuration. I think it does be not set properly.
Sorry, something went wrong.
The path is set correctly and if I use neocomplete in regular vim it suggests [FI] completions.
My compilers also find header files.
7781817
Fixed it.
Thank you, it works perfectly now.
No branches or pull requests
I am using neocomplcache in neovim (it's the best autocomplete option for Neovim) with your recommended config settings.
When I write a C or CPP file no suggestions for header files are suggested.
example:
#include <std
There are no [FI] suggestions (stdio.h for instance) only 2 [S] suggestions.
I have vimproc installed to automatically build cache.
Is this a known issue?
(System: Debian Jessie)
The text was updated successfully, but these errors were encountered: