Skip to content
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

The floating window overlaps with the cursor #317

Open
aykhaiweng opened this issue Apr 10, 2024 · 1 comment
Open

The floating window overlaps with the cursor #317

aykhaiweng opened this issue Apr 10, 2024 · 1 comment

Comments

@aykhaiweng
Copy link

Issue

The floating window for signature help overlaps with the typing cursor when the cursor is on the lower half of the buffer screen. (Using opts.floating_window_above_cur_line = false)

Config

	{
		"ray-x/lsp_signature.nvim",
		cmd = { "LspInfo", "LspInstall", "LspStart" },
		event = { "BufReadPre", "BufNewFile" },
		opts = {
			floating_window_above_cur_line = false,
			always_trigger = true,
			toggle_key = "<C-s>",
			hint_enable = false,
			check_completion_visible = false,
			handler_opts = {
				border = "single",
			},
		},
		config = function(_, opts)
			require("lsp_signature").setup(opts)
		end,
	},

Screenshot

image

@ASong5
Copy link

ASong5 commented Apr 12, 2024

i have the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants