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 0e2e116 commit e6102a0Copy full SHA for e6102a0
1 file changed
lua/lspsaga/hover.lua
@@ -328,10 +328,6 @@ function hover:do_request(args)
328
end
329
330
function hover:render_hover_doc(args)
331
- local diag_winid = require('lspsaga.diagnostic').winid
332
- if diag_winid and api.nvim_win_is_valid(diag_winid) then
333
- require('lspsaga.diagnostic'):clean_data()
334
- end
335
args = args or {}
336
util.valid_markdown_parser()
337
if self.winid and api.nvim_win_is_valid(self.winid) then
0 commit comments