home/zsh: syntax-highlighting -> fast-syntax-highlighting
This commit is contained in:
parent
9fac7fdac3
commit
8791c104e1
@ -7,7 +7,6 @@
|
|||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
autocd = true;
|
autocd = true;
|
||||||
enableCompletion = false;
|
enableCompletion = false;
|
||||||
syntaxHighlighting.enable = true;
|
|
||||||
defaultKeymap = "viins";
|
defaultKeymap = "viins";
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
@ -63,6 +62,11 @@
|
|||||||
};
|
};
|
||||||
file = "sudo.plugin.zsh";
|
file = "sudo.plugin.zsh";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "zsh-fast-syntax-highlighting";
|
||||||
|
src = pkgs.zsh-fast-syntax-highlighting;
|
||||||
|
file = "share/zsh/site-functions/fast-syntax-highlighting.plugin.zsh";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
envExtra = '''';
|
envExtra = '''';
|
||||||
|
Loading…
Reference in New Issue
Block a user