docs: use literalAsciiDoc

This commit is contained in:
raf 2023-10-22 01:54:56 +03:00
parent d835d6bd03
commit b358bfdbd0
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29

View file

@ -110,9 +110,9 @@ in {
highlightForCount = mkOption { highlightForCount = mkOption {
type = types.bool; type = types.bool;
default = true; default = true;
description = '' description = nvim.nmd.literalAsciiDoc ''
Enable support for highlighting when a `<count>` is provided before the key Enable support for highlighting when a <count> is provided before the key
If set to false it will only highlight when the mapping is not prefixed with a `<count>` If set to false it will only highlight when the mapping is not prefixed with a <count>
''; '';
}; };