mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 18:58:43 +02:00
plugins/which-key: remove which-key logic from keymap module
This commit is contained in:
parent
dd6a114e52
commit
05b77732e3
3 changed files with 31 additions and 31 deletions
|
@ -6,6 +6,10 @@
|
|||
defaults = {
|
||||
plugins.which-key = {
|
||||
enable = true;
|
||||
|
||||
# Simple mapping with only Description
|
||||
registrations."ff" = "Test";
|
||||
|
||||
plugins = {
|
||||
marks = true;
|
||||
registers = true;
|
||||
|
@ -86,7 +90,5 @@
|
|||
filetypes = [];
|
||||
};
|
||||
};
|
||||
# Simple mapping with only Description
|
||||
maps.byMode.normal."ff".options.desc = "Test";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue