vim install autocomplete: YouCompleteMe.git


cd .vim/bundle
git clone https://github.com/Valloric/YouCompleteMe
cd YouCompleteMe
git submodule update --init --recursive
yum install cmake gcc-c++ python-libs python-devel
./install.sh

Leave a Reply

Your email address will not be published. Required fields are marked *