mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
Fix typo in highlights.nix
Example of highlightOverride used incorrect option name.
This commit is contained in:
parent
0e93a59567
commit
16db91b37a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ with lib;
|
||||||
default = { };
|
default = { };
|
||||||
description = "Define highlight groups to override existing highlight";
|
description = "Define highlight groups to override existing highlight";
|
||||||
example = ''
|
example = ''
|
||||||
highlight = {
|
highlightOverride = {
|
||||||
Comment.fg = "#ff0000";
|
Comment.fg = "#ff0000";
|
||||||
};
|
};
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue