From fa81a6340e4a572ae2aa3f016385cc960ff7fd7d Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Fri, 10 Feb 2023 13:48:20 +0530 Subject: [PATCH] neovim: switch from vim-plug to Packer.nvim --- scripts/doas-pratham.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/doas-pratham.sh b/scripts/doas-pratham.sh index 27a4fb2..fdb3805 100755 --- a/scripts/doas-pratham.sh +++ b/scripts/doas-pratham.sh @@ -25,10 +25,5 @@ popd # NEOVIM PLUGINS ################################################################################ -sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ - https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' - -nvim +'PlugInstall' +'q' +'q' -nvim +'checkhealth telescope' +'q' +'q' - +git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim popd