ray-x / lsp_signature.nvim

LSP signature hint as you type
Apache License 2.0
2.01k stars 56 forks source link

fix freezes on using lsp_signature with rust-tools #274

Closed zaqxsw-dev closed 1 year ago

zaqxsw-dev commented 1 year ago

When i use lsp_signature.nvim with rust-tools.nvim i get strange freezes when writing function arguments. Video of freezes related.

https://github.com/ray-x/lsp_signature.nvim/assets/73785768/47604bd5-f187-4780-ba1b-e7bb28aab5fc

How did I find out it referenced with check of visible in nvim-cmp. I know it's not good solution, but I have no more information about it...

zaqxsw-dev commented 1 year ago

never mind it's bug in nvim-cmp please close