21 lines
525 B
Bash
21 lines
525 B
Bash
#
|
|
# zshuper plugins
|
|
|
|
# See https://getantibody.github.io/
|
|
# See https://github.com/zplug/zplug/
|
|
# (depends which plugin manager you are currently using)
|
|
#
|
|
|
|
ZSHUPER_PLUGINS=(
|
|
mafredri/zsh-async
|
|
sindresorhus/pure
|
|
zsh-users/zsh-history-substring-search
|
|
willghatch/zsh-cdr
|
|
zsh-users/zsh-completions
|
|
zsh-users/zaw
|
|
gradle/gradle-completion
|
|
#zsh-users/zsh-syntax-highlighting
|
|
zdharma/fast-syntax-highlighting
|
|
#zsh-users/zsh-autosuggestions # TODO: Fix this plugin not highlighting properly
|
|
)
|