zsh highlight is done with default configuration

This commit is contained in:
Yorick Barbanneau 2024-02-16 00:06:55 +01:00
parent f8ffc142f6
commit e4031d1626

View file

@ -24,6 +24,10 @@ in
searchDownKey = "^[OB";
searchUpKey = "^[OA";
};
syntaxHighlighting = {
enable = true;
highlighters = [ "brackets" ];
};
completionInit = ''
autoload -Uz compinit
for dump in ''${ZDOTDIR}/.zcompdump(N.mh+24); do
@ -50,15 +54,6 @@ in
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";
src = pkgs.fetchFromGitHub {