From cd75e640cae728015831bc33e0c6a615110ce934 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 8 Nov 2024 13:28:05 +0300 Subject: [PATCH] desc --- modules/plugins/utility/binds/which-key/which-key.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/plugins/utility/binds/which-key/which-key.nix b/modules/plugins/utility/binds/which-key/which-key.nix index b519204..c4bb1d7 100644 --- a/modules/plugins/utility/binds/which-key/which-key.nix +++ b/modules/plugins/utility/binds/which-key/which-key.nix @@ -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" {