-
Notifications
You must be signed in to change notification settings - Fork 17
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
Not getting clang completion immediately #17
Comments
same issue here (debian, NVIM v0.2.1-944-g77f1392f0, clang version 3.8.1-24, latest deoplete/deoplete-clang2), any update? |
Same Issue, on Fedora 26 |
same issue: pull request #20 does appear to fix this |
Hi, I am deoplete author. But you can configure it manually. call deoplete#custom#source('clang2', 'min_pattern_length', 2) |
Any fix for this issue? Using Arch linux with nvim 0.2.3, clang 6.0.0, latest deoplete & deoplete-clang2 (installed with vim-plug)
With the default config, clang completion only appears after typing 'space BS' or typing '.' or '->' . Member/struct completion works however. When I test this with When I add |
You can use deoplete-clangx instead. |
Hi,
I am using this plugin for C/C++ programming and I think it is great, especially for the parameters placeholders that avoid the sometimes annoying switches between tabs to have a look at man.
However, I noticed that the translation is not immediate/automatic: let's say I want to type mmap (includes are there already). What happens is that I don't get the clang completion immediately but I have to type a space in the middle of the word then go back and continue typing. Only now the clang completion appears. This is quite annoying since I would like to get the completion in realtime.
Anyone having the same issue?
Currently using nvim 0.2.0, clang 4.0 (tested also with 3.4.2 and seen the same behavior) and latest deoplete and deoplete-clang2 sources.
My init.vim
Thanks,
Christian
The text was updated successfully, but these errors were encountered: