-
Notifications
You must be signed in to change notification settings - Fork 105
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
bug: window offsets applies to the bottom of the window when the window appears above the cursor #592
Comments
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue still exits. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue still exits. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue still exits. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue still exits. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue still exits. |
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.10.0-dev-bb38c06
Operating system/version
Arch Linux
Describe the bug
Noice adds offsets when enabling border for LSP docs so that the window will not cover the current line:
But if the floating window is above the cursor, the offsets apply to the bottom of the window, and there will be a gap between the window and the cursor
Steps To Reproduce
vim.lsp.buf.hover()
Expected Behavior
The original
vim.lsp.util.open_floating_preview
do not have this problem.Repro
The text was updated successfully, but these errors were encountered: