We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea453f commit bf363ceCopy full SHA for bf363ce
lua/modules/lsp/config.lua
@@ -99,7 +99,7 @@ function config.signature()
99
zindex = 50, -- by default it will be on top of all floating windows, set to 50 send it to bottom
100
padding = "", -- character to pad on left and right of signature can be ' ', or '|' etc
101
always_trigger = true,
102
- floating_window_above_cur_line = false, -- try to place the floating above the current line when possible Note:
+ floating_window_above_cur_line = true, -- try to place the floating above the current line when possible Note:
103
}
104
105
require("lsp_signature").setup(opts)
0 commit comments