Fix typo in highlights.nix

Example of highlightOverride used incorrect option name.
This commit is contained in:
Saien Govender 2024-06-19 15:39:50 +02:00 committed by Gaétan Lepage
parent 0e93a59567
commit 16db91b37a

View file

@ -23,7 +23,7 @@ with lib;
default = { };
description = "Define highlight groups to override existing highlight";
example = ''
highlight = {
highlightOverride = {
Comment.fg = "#ff0000";
};
'';