diff --git a/zsh/zplug b/zsh/zplug index baf6cfa..6260928 100755 --- a/zsh/zplug +++ b/zsh/zplug @@ -15,6 +15,7 @@ zplug "hlissner/zsh-autopair", as:plugin, defer:2 zplug "junegunn/fzf", use:"shell/*.zsh", defer:2 zplug "zdharma/fast-syntax-highlighting", as:plugin, defer:2 zplug "zsh-users/zsh-autosuggestions", as:plugin, defer:2 +zplug "zsh-users/zsh-completions", as:plugin, defer:2 zplug "zsh-users/zsh-history-substring-search", as:plugin, defer:2 if [ -n "$SSH_CONNECTION" ] ; then