Skip to content

Commit bf363ce

Browse files
lsp signature config
1 parent aea453f commit bf363ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/modules/lsp/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function config.signature()
9999
zindex = 50, -- by default it will be on top of all floating windows, set to 50 send it to bottom
100100
padding = "", -- character to pad on left and right of signature can be ' ', or '|' etc
101101
always_trigger = true,
102-
floating_window_above_cur_line = false, -- try to place the floating above the current line when possible Note:
102+
floating_window_above_cur_line = true, -- try to place the floating above the current line when possible Note:
103103
}
104104

105105
require("lsp_signature").setup(opts)

0 commit comments

Comments
 (0)