skip interactive vim install
This commit is contained in:
parent
d5a5a180a3
commit
3738f1cb7b
@ -153,7 +153,7 @@ function installOhMyZsh() {
|
|||||||
function installVimPlugins() {
|
function installVimPlugins() {
|
||||||
echo "Installing Vundle + VIM Plugins"
|
echo "Installing Vundle + VIM Plugins"
|
||||||
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
||||||
vim +PluginInstall +qall >/dev/null
|
vim +'PluginInstall --sync' +qa >/dev/null
|
||||||
#https://github.com/ycm-core/YouCompleteMe/blob/master/README.md#installation
|
#https://github.com/ycm-core/YouCompleteMe/blob/master/README.md#installation
|
||||||
cd "$HOME/.vim/bundle/YouCompleteMe" || exit
|
cd "$HOME/.vim/bundle/YouCompleteMe" || exit
|
||||||
./install.py --all
|
./install.py --all
|
||||||
|
Loading…
Reference in New Issue
Block a user