diff options
| -rwxr-xr-x | utils/installer/install-nv-code.sh | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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 | 
