Compare commits
3 commits
9e016cdbdd
...
51142c3af0
Author | SHA1 | Date | |
---|---|---|---|
51142c3af0 | |||
e4031d1626 | |||
f8ffc142f6 |
1 changed files with 10 additions and 11 deletions
|
@ -24,6 +24,14 @@ 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
|
||||||
|
@ -37,8 +45,8 @@ in
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "sindresorhus";
|
owner = "sindresorhus";
|
||||||
repo = "pure";
|
repo = "pure";
|
||||||
rev = "v1.21.0";
|
rev = "v1.22.0";
|
||||||
hash = "sha256-YfasTKCABvMtncrfoWR1Su9QxzCqPED18/BTXaJHttg=";
|
hash = "sha256-TR4CyBZ+KoZRs9XDmWE5lJuUXXU1J8E2Z63nt+FS+5w=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -50,15 +58,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