zsh highlight is done with default configuration
This commit is contained in:
parent
f8ffc142f6
commit
e4031d1626
1 changed files with 4 additions and 9 deletions
|
@ -24,6 +24,10 @@ in
|
||||||
searchDownKey = "^[OB";
|
searchDownKey = "^[OB";
|
||||||
searchUpKey = "^[OA";
|
searchUpKey = "^[OA";
|
||||||
};
|
};
|
||||||
|
syntaxHighlighting = {
|
||||||
|
enable = true;
|
||||||
|
highlighters = [ "brackets" ];
|
||||||
|
};
|
||||||
completionInit = ''
|
completionInit = ''
|
||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
for dump in ''${ZDOTDIR}/.zcompdump(N.mh+24); do
|
for dump in ''${ZDOTDIR}/.zcompdump(N.mh+24); do
|
||||||
|
@ -50,15 +54,6 @@ in
|
||||||
hash = "sha256-X89FsG9QICDw3jZvOCB/KsPBVOLUeE7xN3VCtf0DD3E=";
|
hash = "sha256-X89FsG9QICDw3jZvOCB/KsPBVOLUeE7xN3VCtf0DD3E=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "fast-syntax-highlighting";
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "zdharma-continuum";
|
|
||||||
repo = "fast-syntax-highlighting";
|
|
||||||
rev = "v1.55";
|
|
||||||
hash = "sha256-DWVFBoICroKaKgByLmDEo4O+xo6eA8YO792g8t8R7kA=";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "history-search-multi-word";
|
name = "history-search-multi-word";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue