diff --git a/home/.config/zsh/02-plugins.zsh b/home/.config/zsh/02-plugins.zsh index 0c54eac..fbf4cf2 100644 --- a/home/.config/zsh/02-plugins.zsh +++ b/home/.config/zsh/02-plugins.zsh @@ -1,4 +1,4 @@ -# install zplugin if it's not +# install zplugin if it's not already installed if [ ! -f ~/.zplugin/bin/zplugin.zsh ]; then mkdir ~/.zplugin git clone https://github.com/zdharma/zplugin.git ~/.zplugin/bin @@ -14,13 +14,18 @@ zplugin light sindresorhus/pure zplugin ice lucid zplugin light zsh-users/zsh-history-substring-search -zplugin ice wait'1' lucid +# omz tab completion etc +zplugin ice lucid zplugin snippet OMZ::lib/completion.zsh # fzf git awesomeness zplugin ice wait'1' lucid atload'source $HOME/.config/zsh/03-functions.zsh' zplugin light wfxr/forgit +# lots of completions +zplugin ice wait'1' lucid as'completion' +zplugin light zsh-users/zsh-completions + # dotdrop completion zplugin ice wait'1' lucid as'completion' zplugin snippet $DOTREPO/dotdrop/completion/_dotdrop-completion.zsh