Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

which-key shows keys even when they are not bound to current buffer #4

Closed
famiu opened this issue Apr 3, 2021 · 3 comments
Closed

Comments

@famiu
Copy link

famiu commented Apr 3, 2021

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:
image

Buffer without LSP:
image

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

@AckslD
Copy link
Owner

AckslD commented Apr 3, 2021

Think the same as #1

@famiu
Copy link
Author

famiu commented Apr 3, 2021

Should I close it, then?

@AckslD
Copy link
Owner

AckslD commented Apr 3, 2021

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.

@AckslD AckslD closed this as completed Apr 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants