Skip to content

Commit 16db91b

Browse files
saitheninjaGaetanLepage
authored andcommitted
Fix typo in highlights.nix
Example of highlightOverride used incorrect option name.
1 parent 0e93a59 commit 16db91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/highlights.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ with lib;
2323
default = { };
2424
description = "Define highlight groups to override existing highlight";
2525
example = ''
26-
highlight = {
26+
highlightOverride = {
2727
Comment.fg = "#ff0000";
2828
};
2929
'';

0 commit comments

Comments
 (0)