Compare commits

..

No commits in common. "51142c3af0ff5679cb7575bce0163e715ef6a401" and "9e016cdbdd1ef4df8a74ba8631ed53184acd86b3" have entirely different histories.

View file

@ -24,14 +24,6 @@ in
searchDownKey = "^[OB"; searchDownKey = "^[OB";
searchUpKey = "^[OA"; searchUpKey = "^[OA";
}; };
syntaxHighlighting = {
enable = true;
highlighters = [ "brackets" "main" ];
styles = {
double-hyphen-option = "fg=blue";
single-hyphen-option = "fg=blue";
};
};
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
@ -45,8 +37,8 @@ in
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "sindresorhus"; owner = "sindresorhus";
repo = "pure"; repo = "pure";
rev = "v1.22.0"; rev = "v1.21.0";
hash = "sha256-TR4CyBZ+KoZRs9XDmWE5lJuUXXU1J8E2Z63nt+FS+5w="; hash = "sha256-YfasTKCABvMtncrfoWR1Su9QxzCqPED18/BTXaJHttg=";
}; };
} }
{ {
@ -58,6 +50,15 @@ 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 {