-
Notifications
You must be signed in to change notification settings - Fork 28
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
Signature help window appears behind completion window #39
Comments
Hello, I'm experiencing the same issue as you. Have you found a solution? Regards, |
No unfortunately not. I've updated my Neovim and all my plugins, but the problem is still there. |
Fixed in my config by telling the |
Ah you might be right. I'm in a C file right now and when I said it was working for me, I was referring to how it looks when I'm typing out arguments to a function, like this. But yeah it looks like if the LSP completion pops up first and I try to |
I have a problem where the signature help hover window is placed behind the autocomplete suggestion window (see screenshot). I have my cmp configured to always run the completion engine, but trigger the signature help on ctrl+h. What you see below is what it looks like just after triggering the help.
Is there a window configuration option I need to modify? I had a look at the options in cmp and lsp-zero, but nothing stood out
The text was updated successfully, but these errors were encountered: