--wip-- [skip ci]

main
Dan7h3x 2024-11-20 13:03:44 +03:30
parent 5d6251e66b
commit b2d22f913c
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ function SignatureHelp:create_float_window(contents)
local row = cursor[1] - api.nvim_win_get_cursor(0)[1]
local win_config = {
relative = "cursor",
relative = "editor",
row = row + 1,
col = 0,
width = width,