autozimu / LanguageClient-neovim

Language Server Protocol (LSP) support for vim and neovim.
MIT License
3.55k stars 273 forks source link

[Question] Trying to simulate deoplete hehaviour with mucomplete and could not achieve it. #1036

Open lbiaggi opened 4 years ago

lbiaggi commented 4 years ago

Hello, I would like to thank you for this amazing project.

I would like to configure mucomplete with languageclient-neovim, but I still not be able to reproduce certain completions, that I was expecting to achieve. If I configure with deoplete this happens correctly, I even opened an issue in the project and discussing the problem with lifepillar, I realize that could not trigger the behavior without deoplete (I mean using omnifunc or mucomplete) details about it here

Can someone point me what I'm missing?

cideM commented 4 years ago

Could this be related to the issue I have with an async completion source and mucomplete? https://github.com/lifepillar/vim-mucomplete/issues/179

lbiaggi commented 4 years ago

Not sure, maybe because deoplete is async too.