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