Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit 150bb06

Browse files
committed
fix: focus jumps into floating signature help (#376)
1 parent d62fff8 commit 150bb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/completion/signature_help.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ M.autoOpenSignatureHelp = function()
4646
-- TODO show popup when signatures is empty?
4747
vim.lsp.util.trim_empty_lines(lines),
4848
vim.lsp.util.try_trim_markdown_code_blocks(lines),
49-
{focus_id = method}
49+
{}
5050
)
5151
-- setup a variable for floating window, fix #223
5252
vim.api.nvim_buf_set_var(bufnr, "lsp_floating", true)

0 commit comments

Comments
 (0)