From e4d15fba889d11b1294b6d646021be0f82acb655 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 19 Mar 2021 01:28:08 -0400 Subject: update --- utils/installer/install-nv-code.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/installer/install-nv-code.sh b/utils/installer/install-nv-code.sh index 84f8c161..a2d8f7c9 100755 --- a/utils/installer/install-nv-code.sh +++ b/utils/installer/install-nv-code.sh @@ -57,7 +57,7 @@ installpynvim() { installpacker() { git clone https://github.com/wbthomason/packer.nvim\ - ~/.local/share/nvim/site/pack/packer/opt/packer.nvim + ~/.local/share/nvim/site/pack/packer/start/packer.nvim } cloneconfig() { @@ -125,7 +125,7 @@ pip3 list | grep pynvim >/dev/null && echo "pynvim installed, moving on..." || i # move old nvim directory if it exists # [ -d "$HOME/.config/nvim" ] && moveoldnvim -if [ -a "$HOME/.local/share/nvim/site/pack/packer/opt/packer.nvim" ]; then +if [ -a "$HOME/.local/share/nvim/site/pack/packer/start/packer.nvim" ]; then echo 'packer already installed' else installpacker -- cgit v1.2.3