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

filename_include source not working in Neovim #502

Closed
ajpaulson opened this issue Apr 14, 2015 · 4 comments
Closed

filename_include source not working in Neovim #502

ajpaulson opened this issue Apr 14, 2015 · 4 comments

Comments

@ajpaulson
Copy link

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)

@Shougo
Copy link
Owner

Shougo commented Apr 15, 2015

Please check your 'path' configuration.
I think it does be not set properly.

@ajpaulson
Copy link
Author

The path is set correctly and if I use neocomplete in regular vim it suggests [FI] completions.

My compilers also find header files.

@Shougo Shougo closed this as completed in 7781817 Apr 15, 2015
@Shougo
Copy link
Owner

Shougo commented Apr 15, 2015

Fixed it.

@ajpaulson
Copy link
Author

Thank you, it works perfectly now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants