-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
vim.lsp.buf.implementation not opening guihua window (neovim +0.11) #321
Comments
Maybe check config: {
lsp={
implementation = { enable = true },
}} Also check output of |
Ok, seems the neovim 0.11 handler override is not working in some scenarios. require('navigator.implementation').implementation_call() you can map it to your key, e.g. |
Yeah, can confirm this works. For future reference, this is how I configured in my config files
Thanks for this fix! |
I pushed a fix for it, please check if it works for you. Thanks |
I updated the plugin and my config to avoid that remap. Everything works as expected. Thanks |
Hey, I hope you are Ok. I update my neovim as well as all my config for +0.11, but I found a bug with navigator.
When I use the
vim.lsp.buf.incoming_calls
(i.e.<Leader>gi
) the floating window is showed as expectedBut when I use the
vim.lsp.buf.implementation
(i.e.gi
) just the quickfix window is showedI tried to enable the
debug
option, but the logs are not showing any error. Also I tried with my configuration and the one in the playground folder (showed in the screenshots). Also I tried in both Linux and OSX with same results.I tried to debug but I'm not sure what could be the error. Thanks in advance for your help!
Let me know if more information is needed
The text was updated successfully, but these errors were encountered: