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

update linux setup script, closes #30

This commit is contained in:
jdhao 2021-11-23 22:30:36 +08:00
parent e05c93aaeb
commit 7fe37ffd24

View File

@ -220,9 +220,8 @@ git clone --depth=1 https://hub.fastgit.org/jdhao/nvim-config.git "$NVIM_CONFIG_
echo "Installing packer.nvim"
git clone --depth=1 https://hub.fastgit.org/wbthomason/packer.nvim \
~/.local/share/nvim/site/pack/packer/start/packer.nvim
~/.local/share/nvim/site/pack/packer/opt/packer.nvim
echo "Installing plugins"
"$NVIM_DIR/bin/nvim" +PackerSync +qall
"$NVIM_DIR/bin/nvim" -c "echomsg 'installing plugins, please wait'" +PackerSync +30sleep +qall
echo "Finished installing Nvim and its dependencies!"