docs: use literalAsciiDoc

This commit is contained in:
NotAShelf 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 {
type = types.bool;
default = true;
description = ''
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>`
description = nvim.nmd.literalAsciiDoc ''
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>
'';
};