zshuper/plugins.zsh

22 lines
547 B
Bash
Raw Permalink Normal View History

2018-02-03 02:29:33 +02:00
#
# 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
2018-02-03 15:46:28 +02:00
b4b4r07/emoji-cli
2018-02-03 02:29:33 +02:00
zsh-users/zsh-completions
zsh-users/zaw
2018-02-03 02:55:07 +02:00
gradle/gradle-completion
2018-02-03 02:29:33 +02:00
#zsh-users/zsh-syntax-highlighting
zdharma/fast-syntax-highlighting
2018-02-03 15:40:21 +02:00
#zsh-users/zsh-autosuggestions # TODO: Fix this plugin not highlighting properly
2018-02-03 02:29:33 +02:00
)