mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-27 17:29:49 +01:00
highlight: :h reference in single quotes
This commit is contained in:
parent
28bbe89fbc
commit
f58f41629f
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ in {
|
||||||
"NONE"
|
"NONE"
|
||||||
]));
|
]));
|
||||||
default = null;
|
default = null;
|
||||||
description = "The cterm arguments to use. See :h highlight-args";
|
description = "The cterm arguments to use. See ':h highlight-args'";
|
||||||
};
|
};
|
||||||
force = mkBoolOption "force update";
|
force = mkBoolOption "force update";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue