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 200256d commit f80f96dCopy full SHA for f80f96d
1 file changed
lua/lspsaga/hover.lua
@@ -335,7 +335,6 @@ function hover:render_hover_doc(args)
335
api.nvim_set_current_win(self.winid)
336
return
337
else
338
- util.delete_scroll_map(api.nvim_get_current_buf())
339
api.nvim_win_close(self.winid, true)
340
self:clean()
341
0 commit comments