add vim plugin YouCompleteMe and scripts to complete installation of it

This commit is contained in:
hophacker 2019-08-14 16:11:09 +08:00
parent 8ed11a05f1
commit dc42b337dd
2 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,7 @@ task :install_ycm do
run %{
apt install cmake libpython2.7 python-dev -y
cd $HOME/.vim/bundle/YouCompleteMe/
git submodule update --init --recursive
./install.py
}
end

View File

@ -5,3 +5,4 @@ Bundle 'JazzCore/ctrlp-cmatcher'
Bundle 'junegunn/fzf'
Bundle "xolox/vim-misc"
Bundle "xolox/vim-session"
Bundle "ycm-core/YouCompleteMe"