From b358bfdbd0bbffb58d2ce7a50e03fc88c23b7f90 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 22 Oct 2023 01:54:56 +0300 Subject: [PATCH] docs: use literalAsciiDoc --- modules/visuals/visuals.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/visuals/visuals.nix b/modules/visuals/visuals.nix index 41d2bdc..aec8efa 100644 --- a/modules/visuals/visuals.nix +++ b/modules/visuals/visuals.nix @@ -110,9 +110,9 @@ in { highlightForCount = mkOption { type = types.bool; default = true; - description = '' - Enable support for highlighting when a `` is provided before the key - If set to false it will only highlight when the mapping is not prefixed with a `` + description = nvim.nmd.literalAsciiDoc '' + Enable support for highlighting when a is provided before the key + If set to false it will only highlight when the mapping is not prefixed with a ''; };