ray-x / lsp_signature.nvim

LSP signature hint as you type
Apache License 2.0
1.98k stars 53 forks source link

fix: loaded events should not be deleted when the augroup exists. #325

Closed NGPONG closed 1 month ago

NGPONG commented 1 month ago

Hi there, best plugins!

The on_attach function will execute when the corresponding buffer is created If a file already bound to LSP. While preserving the original behavior, creating a new augroup will remove the previously loaded events (by default). This will result in the inability to use all the features of lsp_signature.nvim in the previous buffer. Sincerely hope this issue gets resolved promptly.

https://github.com/ray-x/lsp_signature.nvim/assets/38415769/3b29229f-8a6b-47cc-a307-ebb06c4376fe

Regards!