From cf1576166427d71e7e3f9c85ce6c862c52cfd556 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Wed, 6 Nov 2019 11:20:20 +0200 Subject: [PATCH] Added zsh-users/zsh-completions Signed-off-by: Marko Korhonen --- home/.config/zsh/02-plugins.zsh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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