add vim plugin YouCompleteMe and scripts to complete installation of it
This commit is contained in:
parent
8ed11a05f1
commit
dc42b337dd
1
Rakefile
1
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
|
||||
|
@ -5,3 +5,4 @@ Bundle 'JazzCore/ctrlp-cmatcher'
|
||||
Bundle 'junegunn/fzf'
|
||||
Bundle "xolox/vim-misc"
|
||||
Bundle "xolox/vim-session"
|
||||
Bundle "ycm-core/YouCompleteMe"
|
||||
|
Loading…
Reference in New Issue
Block a user