This commit is contained in:
raf 2024-11-08 13:28:05 +03:00
parent 6a423fcc43
commit cd75e640ca
Signed by: NotAShelf
GPG key ID: AF26552424E53993

View file

@ -9,11 +9,10 @@
in {
options.vim.binds.whichKey = {
enable = mkEnableOption "which-key keybind helper menu";
register = mkOption {
description = "Register label for which-key keybind helper menu";
type = attrsOf (nullOr str);
default = {};
description = "Register label for which-key keybind helper menu";
};
setupOpts = mkPluginSetupOption "which-key" {