-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
request to improve: auto find clang library and clang database #9
Comments
@butterflyfish thanks issue |
@butterflyfish Sorry for late reply :(
Yes, users will need to set it explicitly. However, It is a good idea to fall back to if not set clang header path.
This meaning of let g:deoplete#sources#clang#clang_complete_database = '/path/to/neovim/build' but this behavior is too slow.. I am considering a faster methods. Also, planned #11. Sorry for If my understanding is mistaken :( |
thx. that's what I want. Only hope to simplify configuration. |
@butterflyfish Thanks. |
I will implement this feature(auto find clang library and header). |
Currently, it have to set lib clang and header path. how about trying to find automatically and then use fallback setting ?
Try to find compiler database also and then use fallback setting. It does not need to tell where is compiler database when using YCM.
The text was updated successfully, but these errors were encountered: