- First install Vundle: git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- Launch vim and run :PluginInstall
- cd to ~/.vim/bundle/YouCompleteMe and run install.py (make sure to have at least build-essential, cmake, python-dev and python3-dev installed - more details on YouCompleteMe github page: https://github.com/Valloric/YouCompleteMe)
- Enjoy!