From ec5ee1c1e264cfd1256a1ecd475d5fa92a30978b Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Tue, 12 Oct 2021 22:43:23 +0300 Subject: [PATCH] Install neovim plugins inside script --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index f4d1365..7d18617 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -38,7 +38,7 @@ ln -s $PWD/.gitconfig $gitconfigFile # Install vim-plug curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim -echo "Install neovim plugins with :PlugInstall command inside neovim" +nvim -c "PlugInstall" fi