Press enter on vim prompts
This commit is contained in:
parent
313558ce5c
commit
2a0ec0c496
1 changed files with 3 additions and 3 deletions
|
@ -216,9 +216,9 @@ if [[ -z $NOVIM ]]; then
|
||||||
~/.fzf/install --64 --all
|
~/.fzf/install --64 --all
|
||||||
fi
|
fi
|
||||||
echo "Installing Vim plugins"
|
echo "Installing Vim plugins"
|
||||||
vim +PlugUpgrade +qa
|
echo "\n" | vim +PlugUpgrade +qa
|
||||||
vim +PlugUpdate +qa
|
echo "\n" | vim +PlugUpdate +qa
|
||||||
vim +PlugClean! +qa
|
echo "\n" | vim +PlugClean! +qa
|
||||||
fi
|
fi
|
||||||
|
|
||||||
nvm use node
|
nvm use node
|
||||||
|
|
Loading…
Reference in a new issue