Shougo / ddc-source-lsp

lsp source for ddc.vim
Other
66 stars 20 forks source link

nvim-lsp "gather()" failed #42

Closed creativenull closed 1 year ago

creativenull commented 1 year ago

I am getting the following error as the title says.

image

I have not made any changes on my config for a couple months now: https://github.com/creativenull/dotfiles/blob/d5a03647d69f965c0e4d1b80145bcee56215a403/config/nvim/lua/user/ddc.lua#L87

I also turned on debug mode on denops but do not see any additional errors other than the image above.

What else can I try to debug this issue?

Specifications:

Deno v1.35 Denops (commit: https://github.com/vim-denops/denops.vim/tree/fece0a2b24655e42a3fd10dbbf2962d39b381e90) ddc.vim (commit: https://github.com/Shougo/ddc.vim/tree/6c1de37d138d376326c9bbc1ed0b66d6a244189a) Neovim 0.9.1

Shougo commented 1 year ago

Can you create the minimal vimrc?

creativenull commented 1 year ago

I tried creating a minimal vimrc for this but it was working as intended on the minimal file.

So I went back into my config to see what else could've been a problem.

After some digging around I found out that somehow denops-shared-server plugin needed a restart, this was discovered accidentally when I added it on the minimal vimrc which triggered an install of the shared server. Most likely plugins were cached on the shared server, is my guess.

I will close this issue for now, unless I am able to reproduce it in the future.

Shougo commented 1 year ago

OK.