mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:57:33 +00:00
Bootstrap packer installs with new neovim config
This commit is contained in:
parent
07ca6b6ddf
commit
b1fa9733ef
@ -25,7 +25,9 @@ mkdir -p "${XDG_CONFIG_HOME:=$HOME/.config}"
|
|||||||
echo "Install all bundles"
|
echo "Install all bundles"
|
||||||
if hash nvim 2>/dev/null; then
|
if hash nvim 2>/dev/null; then
|
||||||
echo "If using Neovim, install the python modules in your environment"
|
echo "If using Neovim, install the python modules in your environment"
|
||||||
nvim +PlugInstall +qall
|
nvim --headless -c PlugInstall -c qall
|
||||||
|
nvim --headless -c "autocmd User PackerComplete quitall" -c "PackerBootstrap"
|
||||||
|
nvim --headless -c "TSUpdateSync" -c "quitall"
|
||||||
fi
|
fi
|
||||||
if hash vim 2>/dev/null; then
|
if hash vim 2>/dev/null; then
|
||||||
vim +PlugInstall +qall
|
vim +PlugInstall +qall
|
||||||
|
Loading…
Reference in New Issue
Block a user