-
-
Notifications
You must be signed in to change notification settings - Fork 62
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 is too high above cursor #234
Comments
Just the terminal, it's weird I think it started after installing noice, but I uninstalled it and it's still happening, even in toolbox(podman) |
did you still have noice turn on in lspsignature setup? It will add empty lines to signature |
I completely uninstalled noice, and it was even happening with the clean config. In a couple hours I'll check it on a different machine where noice was never installed just to be sure |
what is your lua lsp server version and your neovim version? |
It happened in neovim nightly 0.9 and 0.8sumneko: 3.6.3
23 Nov 2022, 07:01 by ***@***.***:
…
what is your lua lsp server version and your neovim version?
—
Reply to this email directly, > view it on GitHub <#234 (comment)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/A2KZQTXZTTBKXPYA6PPFGCTWJWXKTANCNFSM6AAAAAASIFNP74>> .
You are receiving this because you authored the thread.> Message ID: > <ray-x/lsp_signature> .> nvim/issues/234/1324588175> @> github> .> com>
|
Same thing is happening on the different machine, with sumneko 2.something |
I can see it with default config and latest neovim. Seems the border height calculation is incorrect with that combination. |
I pushed a fix. Seems to work fine for me. Could you check? |
Hi! Thank you for the fix. |
It still happens for me |
so if you add the border to the returned height, it's actually too much, I'm not sure if that isn't a bug on nvim's side in that case |
I noticed |
There are two empty lines between the current line and the window. It only happens in the first half of the screen
minimal config:
https://github.com/ray-x/lsp_signature.nvim/blob/master/tests/init_pack.lua with sumneko_lua instead of tsserver
The text was updated successfully, but these errors were encountered: