mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 14:55:59 +01: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 {
|
||||
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>
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue