Add some options for highlight theme

This commit is contained in:
Yorick Barbanneau 2024-02-16 00:54:17 +01:00
parent e4031d1626
commit 51142c3af0

View file

@ -26,7 +26,11 @@ in
}; };
syntaxHighlighting = { syntaxHighlighting = {
enable = true; enable = true;
highlighters = [ "brackets" ]; highlighters = [ "brackets" "main" ];
styles = {
double-hyphen-option = "fg=blue";
single-hyphen-option = "fg=blue";
};
}; };
completionInit = '' completionInit = ''
autoload -Uz compinit autoload -Uz compinit