dotfiles/home/private_dot_config/zsh/dot_zsh_plugins.txt

32 lines
874 B
Text
Raw Normal View History

2023-02-17 09:26:31 -06:00
romkatv/zsh-bench kind:path
ohmyzsh/ohmyzsh path:lib/clipboard.zsh
ohmyzsh/ohmyzsh path:plugins/copybuffer
ohmyzsh/ohmyzsh path:plugins/copyfile
ohmyzsh/ohmyzsh path:plugins/copypath
ohmyzsh/ohmyzsh path:plugins/extract
ohmyzsh/ohmyzsh path:plugins/magic-enter
ohmyzsh/ohmyzsh path:plugins/fancy-ctrl-z
belak/zsh-utils path:history
belak/zsh-utils path:utility
zdharma-continuum/fast-syntax-highlighting kind:defer
Aloxaf/fzf-tab kind:defer
zsh-users/zsh-completions path:src kind:fpath
2023-02-20 10:10:52 -06:00
# doesn't play well with fzf-tab
# belak/zsh-utils path:completion
2023-02-17 09:26:31 -06:00
junegunn/fzf path:shell/completion.zsh
junegunn/fzf path:shell/key-bindings.zsh
# Source everything in $ZDOTDIR/rc.d prior to wrapping up.
mattmc3/zshrc.d
~/.config/zsh/plugins/zexists
# These popular core plugins should be loaded at the end
2023-02-20 10:10:52 -06:00
# zsh-users/zsh-autosuggestions kind:defer
2023-02-17 09:26:31 -06:00
# vim: ft=zsh sw=2 ts=2 et