10 lines
180 B
Bash
10 lines
180 B
Bash
plugins=(
|
|
zsh-users/zsh-syntax-highlighting
|
|
zsh-users/zsh-completions
|
|
zsh-users/zsh-autosuggestions
|
|
Aloxaf/fzf-tab
|
|
)
|
|
|
|
for plugin in $plugins; do
|
|
zinit light $plugin
|
|
done
|