lspsaga.nvim
lspsaga.nvim copied to clipboard
Indefinite '[lspsaga] a hover request has already been sent, please wait.'
Describe the bug
Sometimes when using hover_doc, the pending status will get stuck and will never reset. The only way to get hover_doc working in that case is to fully restart nvim.
https://github.com/nvimdev/lspsaga.nvim/assets/25828026/0bb0aa57-9cda-4907-ace4-86dc1e2f4bfd
Steps to reproduce
Easiest way I've found is to go into a typescript file and try to hover_doc a keyword like return. From then on hover_doc will be stuck
Expected behavior
hover_doc should reset if its stuck in pending
Neovim version (nvim -v)
NVIM v0.9.5
lspsaga commit
a4d4428
Terminal name/version
iterm2 3.4.19
bump, this is still not working @glepnir
@DanielVolchek feel free to check out this PR #1437