From 065bab00ab5693e7079d942f9c2b3374e62a049b Mon Sep 17 00:00:00 2001 From: n3oney Date: Wed, 3 May 2023 12:17:49 +0200 Subject: [PATCH] docs: fix docs build --- modules/core/default.nix | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) 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