diff --git a/Rakefile b/Rakefile index 3bd47c0..09a7db7 100644 --- a/Rakefile +++ b/Rakefile @@ -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 diff --git a/vim/vundles/project.vundle b/vim/vundles/project.vundle index d18e021..df3bff2 100644 --- a/vim/vundles/project.vundle +++ b/vim/vundles/project.vundle @@ -5,3 +5,4 @@ Bundle 'JazzCore/ctrlp-cmatcher' Bundle 'junegunn/fzf' Bundle "xolox/vim-misc" Bundle "xolox/vim-session" +Bundle "ycm-core/YouCompleteMe"