Add some options for highlight theme
This commit is contained in:
parent
e4031d1626
commit
51142c3af0
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue