From 90200fc90d938e202656babe9894afa259503300 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 26 Dec 2019 20:24:12 -0500 Subject: [PATCH] Added better autocompletes. --- zsh/zplug | 1 + 1 file changed, 1 insertion(+) 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