YCM with only PY
This commit is contained in:
parent
a7fc033779
commit
a57f5c48ff
@ -83,12 +83,14 @@ then
|
|||||||
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
||||||
fi
|
fi
|
||||||
ln -sf ~/.dotfiles/vim/vimrc ~/.vimrc
|
ln -sf ~/.dotfiles/vim/vimrc ~/.vimrc
|
||||||
|
echo "Installing vim plugins ..."
|
||||||
|
vim +'PlugInstall --sync' +qa
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -d ~/.vim/bundle/YouCompleteMe ]]
|
if [[ -d ~/.vim/bundle/YouCompleteMe ]]
|
||||||
then
|
then
|
||||||
echo "Installing ycm dependencies"
|
echo "Installing ycm dependencies"
|
||||||
python3 ~/.vim/bundle/YouCompleteMe/install.py --all
|
python3 ~/.vim/bundle/YouCompleteMe/install.py
|
||||||
fi
|
fi
|
||||||
|
|
||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user