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:
parent
e05c93aaeb
commit
7fe37ffd24
@ -220,9 +220,8 @@ git clone --depth=1 https://hub.fastgit.org/jdhao/nvim-config.git "$NVIM_CONFIG_
|
|||||||
|
|
||||||
echo "Installing packer.nvim"
|
echo "Installing packer.nvim"
|
||||||
git clone --depth=1 https://hub.fastgit.org/wbthomason/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" -c "echomsg 'installing plugins, please wait'" +PackerSync +30sleep +qall
|
||||||
"$NVIM_DIR/bin/nvim" +PackerSync +qall
|
|
||||||
|
|
||||||
echo "Finished installing Nvim and its dependencies!"
|
echo "Finished installing Nvim and its dependencies!"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user