You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I use Neovim's built-in LSP, I have set it up so that everytime an LSP server is attached to a buffer, it also assigns a set of keybindings and the which key descriptions for them. When I'm using a buffer with LSP, everything works as intended. However, when I open a buffer without LSP, which-key still shows them, even though they aren't bound anymore.
Buffer with LSP:
Buffer without LSP:
I also used :map to see if they are somehow bound to those keys, but didn't find any bindings. So the issue seems to be on which-key
The text was updated successfully, but these errors were encountered:
I'll close it since it is easier to keep track of the issue in one place. However, if I misunderstood and your issue is different, feel free to open this again.
So I use Neovim's built-in LSP, I have set it up so that everytime an LSP server is attached to a buffer, it also assigns a set of keybindings and the which key descriptions for them. When I'm using a buffer with LSP, everything works as intended. However, when I open a buffer without LSP, which-key still shows them, even though they aren't bound anymore.
Buffer with LSP:
Buffer without LSP:
I also used :map to see if they are somehow bound to those keys, but didn't find any bindings. So the issue seems to be on which-key
The text was updated successfully, but these errors were encountered: