Add fast-syntax-highlighting zsh plugin

This commit is contained in:
Lockszmith (cs-dbg@VAST) 2025-06-05 19:57:26 +00:00
parent 10caf105be
commit 48c715529d

View file

@ -24,7 +24,7 @@ else
# bindkey -M menuselect '^[[C' .forward-char '^[OC' .forward-char
# `znap install` adds new commands and completions.
znap install aureliojargas/clitest zsh-users/zsh-completions
znap install aureliojargas/clitest zsh-users/zsh-completions zdharma-continuum/fast-syntax-highlighting
fi
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: