1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update nvim setup script for Linux, closes #31

This commit is contained in:
jdhao 2021-12-08 23:24:46 +08:00
parent 17a9488ba7
commit 1d3552860b

View File

@ -222,6 +222,7 @@ echo "Installing packer.nvim"
git clone --depth=1 https://hub.fastgit.org/wbthomason/packer.nvim \
~/.local/share/nvim/site/pack/packer/opt/packer.nvim
"$NVIM_DIR/bin/nvim" -c "echomsg 'installing plugins, please wait'" +PackerSync +30sleep +qall
echo "Installing nvim plugins, please wait"
"$NVIM_DIR/bin/nvim" -c "autocmd User PackerComplete quitall" -c "PackerSync"
echo "Finished installing Nvim and its dependencies!"