mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Enable zsh syntax highlighting with new toggle
This commit is contained in:
@@ -100,6 +100,7 @@ in
|
||||
zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
enableSyntaxHighlighting = true;
|
||||
history.size = 1000000;
|
||||
|
||||
localVariables = {
|
||||
@@ -139,10 +140,6 @@ in
|
||||
plugins = [ "git" "last-working-dir" ];
|
||||
};
|
||||
|
||||
plugins = [{
|
||||
name = "fast-syntax-highlighting";
|
||||
src = "${pkgs.zsh-fast-syntax-highlighting}/share/zsh/site-functions";
|
||||
}];
|
||||
};
|
||||
|
||||
alacritty = {
|
||||
|
Reference in New Issue
Block a user