diff --git a/modules/core/default.nix b/modules/core/default.nix index 8db9806..1c18abc 100644 --- a/modules/core/default.nix +++ b/modules/core/default.nix @@ -13,13 +13,6 @@ with builtins; let EOF ''; - mkMappingOption = it: - mkOption ({ - default = {}; - type = with types; attrsOf (nullOr str); - } - // it); - mkBool = value: description: mkOption { type = types.bool; @@ -31,23 +24,23 @@ with builtins; let mapConfigOptions = { silent = mkBool false - "Whether this mapping should be silent. Equivalent to adding to a map."; + (nvim.nmd.asciiDoc "Whether this mapping should be silent. Equivalent to adding to a map."); nowait = mkBool false - "Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map."; + (nvim.nmd.asciiDoc "Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map."); script = mkBool false - "Equivalent to adding