aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 78e3730..397a974 100755
--- a/install
+++ b/install
@@ -73,7 +73,7 @@ echo '---------------------------- INSTALL NVIM PACKER -------------------------
PACKERDIR="$XDG_DATA_HOME/nvim/site/pack/packer/start/packer.nvim"
PACKERURL='https://github.com/wbthomason/packer.nvim'
[ ! -d "$PACKERDIR" ] && git clone --depth 1 "$PACKERURL" "$PACKERDIR"
-nvim -c 'PackerInstall' -c 'PackerUpdate' -c "qa"
+nvim -c 'PackerInstall' -c 'PackerSync' -c "qa"
###############################################################################
# zsh pluggins