Replies: 1 comment 1 reply
-
lazy.nvim ~= which-key.nvim I'm not planning to integrate the two. you'll need to register those group names separately. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I have the following lazy.nvim plugin spec for bufferline.nvim:
It would be nice to be able to set the which-key group name there as well, e.g. like so:
The motivation for this that now the group name has to be set in the which-key mappings with an empty binding:
which does work but is kinda awkward when the group name is defined in a different place than the actual mappings in that group.
If it's already possible then there's something wrong with my own config since I couldn't get it to work.
Beta Was this translation helpful? Give feedback.
All reactions