Actually, postpone loading a few more zsh plugins as well, since they don't really need to be available immediately
This commit is contained in:
parent
2d210a3c8d
commit
72d0f20e8c
1 changed files with 5 additions and 3 deletions
|
@ -14,11 +14,8 @@ zplugin $load willghatch/zsh-saneopt
|
|||
|
||||
zplugin $load asdf-vm/asdf
|
||||
zplugin $load mafredri/zsh-async
|
||||
zplugin $load micha/resty
|
||||
zplugin $load mollifier/cd-gitroot
|
||||
zplugin $load rupa/z
|
||||
zplugin $load sindresorhus/pure
|
||||
zplugin $load supercrabtree/k
|
||||
|
||||
zplugin $load trapd00r/LS_COLORS
|
||||
LS_COLORS_DIR=$ZPLGM[PLUGINS_DIR]/trapd00r---LS_COLORS
|
||||
|
@ -29,4 +26,9 @@ if [[ ! $LS_COLORS_DIR/LS_COLORS.plugin.zsh -nt $LS_COLORS_DIR/LS_COLORS ]]; the
|
|||
fi
|
||||
|
||||
zplugin $load zsh-users/zsh-completions
|
||||
|
||||
zplugin ice silent wait1; zplugin $load mollifier/cd-gitroot
|
||||
zplugin ice silent wait1; zplugin $load micha/resty
|
||||
zplugin ice silent wait1; zplugin $load supercrabtree/k
|
||||
|
||||
zplugin ice silent wait!1; zplugin $load zsh-users/zsh-syntax-highlighting
|
||||
|
|
Loading…
Reference in a new issue