We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819b978 commit 69ad25fCopy full SHA for 69ad25f
lua/blink/cmp/windows/signature.lua
@@ -104,7 +104,7 @@ function signature.update_position(context)
104
local direction = autocomplete_win_is_up and 's' or 'n'
105
106
local height = signature.win:get_height()
107
- local cursor_screen_position = win.get_cursor_screen_position()
+ local cursor_screen_position = signature.win.get_cursor_screen_position()
108
109
-- detect if there's space above/below the cursor
110
local cursor_row = vim.api.nvim_win_get_cursor(0)[1]
0 commit comments