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" {