mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-23 05:40:44 +00:00
docs: use literalAsciiDoc
This commit is contained in:
parent
d835d6bd03
commit
b358bfdbd0
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue