nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.41k stars 287 forks source link

count never increment #1366

Open iujakchu opened 8 months ago

iujakchu commented 8 months ago

Describe the bug

I met the same issue discussed here. hover request is always pending when matched clients's num is more than 1. I think there are some problems in this function because count will never increment if matched clients's num is more than 1 since lsp.buf_request is called once if I understand correctly. I have little knowledge about neovim plugins,feel free to close this if I'm wrong

Steps to reproduce

just setup two more lsp clients. For example 'tailwindcss' and `tsserver' then enter a tsx file.

Expected behavior

maybe remove count or send multiple requests?

Neovim version (nvim -v)

NVIM v0.10.0-dev-1809+g529498685

lspsaga commit

335805d4f591f5bb71cabb6aa4dc58ccef8e8617

Terminal name/version

alacritty 0.12.3 (5efb0690)