We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeaa2e7 commit cd3aa32Copy full SHA for cd3aa32
lua/blink/cmp/windows/documentation.lua
@@ -69,6 +69,7 @@ function docs.show_item(item)
69
70
if autocomplete.win:get_win() then
71
docs.win:open()
72
+ vim.api.nvim_win_set_cursor(docs.win:get_win(), { 1, 0 }) -- reset scroll
73
docs.update_position()
74
end
75
end)
0 commit comments