Fixed youcompleteme script

This commit is contained in:
Austen Adler 2015-08-26 16:11:28 +00:00
parent 1b7df5050d
commit 33298a197d

View File

@ -2,6 +2,7 @@
echo "Make sure this is in your .vimrc"
echo "Plug 'https://github.com/Valloric/YouCompleteMe'"
echo -n "Press enter to continue..."
read a
mkdir ~/ycm_build
cd ~/ycm_build
cmake -G "Unix Makefiles" . ~/.vim/plugged/YouCompleteMe/third_party/ycmd/cpp
@ -9,4 +10,5 @@ make ycm_support_libs
cd -
echo "It should be done."
echo -n "Running vim to test for errors. Press enter to continue..."
read a
vim +q