From f5f63d76391eb38f9d4fc9c0c6929530d67d6aa3 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Mon, 13 Jan 2020 14:23:50 -0500 Subject: [PATCH] Added zsh-async. If I don't end up using this often, I may remove this and manually managing this a lib to other functions. e.g. clone, and source as needed. --- zsh/zplug | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/zplug b/zsh/zplug index ffa767c..4ac7edf 100755 --- a/zsh/zplug +++ b/zsh/zplug @@ -13,6 +13,7 @@ zplug "${ZDIR}/modules/history/", from:local, as:plugin zplug "${ZDIR}/modules/keybinds/", from:local, as:plugin zplug "hlissner/zsh-autopair", as:plugin, defer:2 zplug "junegunn/fzf", use:"shell/*.zsh", defer:2 +zplug "mafredri/zsh-async", as:plugin, 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