From ef5db89e75e57515bef544930080b939e6e36252 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Tue, 21 Jan 2020 11:39:25 +0000
Subject: [PATCH] Add zsh-users/zsh-completions

---
 tag-zsh/zsh/configs/plugins.zsh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tag-zsh/zsh/configs/plugins.zsh b/tag-zsh/zsh/configs/plugins.zsh
index 910dc27d..29ac4d9d 100644
--- a/tag-zsh/zsh/configs/plugins.zsh
+++ b/tag-zsh/zsh/configs/plugins.zsh
@@ -2,6 +2,7 @@ source /usr/local/share/antigen/antigen.zsh
 
 antigen bundle mollifier/cd-gitroot
 antigen bundle zsh-users/zsh-autosuggestions
+antigen bundle zsh-users/zsh-completions
 antigen bundle zsh-users/zsh-syntax-highlighting
 
-antigen apply
\ No newline at end of file
+antigen apply