Use adapted zsh-syntax-highlighting enable

This commit is contained in:
Spotlight 2023-07-02 14:30:48 -05:00
parent c8b40ad7ce
commit e88bd7593f
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -27,18 +27,23 @@ in {
home.packages = with pkgs; [
cloc
croc
exiftool
ffmpeg
go
google-cloud-sdk
gradle
htop
imagemagick
jadx
jdk
jq
mtr
ncdu
nixopsUnstable
p7zip
pngcrush
pry
protobuf
pwgen
rustup
tmux
@ -98,7 +103,7 @@ in {
# Common plugins.
enableAutosuggestions = true;
enableCompletion = true;
enableSyntaxHighlighting = true;
syntaxHighlighting.enable = true;
plugins = with pkgs; [
{
name = "expand-multiple-dots";