plugins/which-key: remove which-key logic from keymap module

This commit is contained in:
Gaetan Lepage 2023-09-26 22:41:21 +02:00 committed by Gaétan Lepage
parent dd6a114e52
commit 05b77732e3
3 changed files with 31 additions and 31 deletions

View file

@ -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";
};
}