-
-
Notifications
You must be signed in to change notification settings - Fork 134
binds/which-key: allow deregistering binds or groups #972
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
base: main
Are you sure you want to change the base?
Conversation
this doesn't "deregister" the group does it? just makes it a group with no description |
no, it does. It uses |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks!
options.vim.binds.whichKey.register
has typeattrsOf (nullOr str)
, but it actually failed to build withnull
values. This fixes that and uses null values as a signal to not register a bind or group that was set by one of the plugins.Sanity Checking
nix fmt
).#nix
(default package).#maximal
.#docs-html
(manual, must build).#docs-linkcheck
(optional, please build if adding links)x86_64-linux
aarch64-linux
x86_64-darwin
aarch64-darwin
Add a 👍 reaction to pull requests you find important.