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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown function: lsp#omni#get_managed_user_data_from_completed_item #199

Open
sergey-lapin opened this issue Dec 7, 2021 · 2 comments
Open

Comments

@sergey-lapin
Copy link

Hi 馃憢 , trying to get running this plugin. This error shows up have error after I hit tab

Error detected while processing function <SNR>104_debounceTimeTimerCallback[1]..<SNR>104_switchMapInputSourceCallback[7]..<lambda>29[1]..<SNR>120_resolve_completion:
line    1:

Error detected while processing function <SNR>106_on_complete_done:
line    9:
E117: Unknown function: lsp#omni#get_managed_user_data_from_completed_item

My guess is lsp version is wrong.
This is my config now basically

use {
  "neovim/nvim-lspconfig"
}
local nvim_lsp = require("lspconfig")
@lifepillar
Copy link
Owner

This issue most likely does not depend on MUcomplete. You can verify that by trying to reproduce it with CTRL-X CTRL-O (Vim's default mapping to trigger omni-completion) instead of Tab. If you can reproduce it that way, you should double-check the configuration of nvim-lspconfig and/or ask for help at nvim-lspconfig (I do not use that plugin and I do not know why you may get that error).

When you have verified that you may trigger omni-completion with CTRL-X CTRL-O, try again with MUcomplete: it should then work as expected.

@sergey-lapin
Copy link
Author

@lifepillar alright, will try that, thanks for response.

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