This problem occurred when I went to the root directory to execute ./install.sh. It ran for a long time after execution, and a lot of things were installed. Is this necessary?
给我你的怀抱2017-05-16 16:40:07
This YCM is used to complete C/C++/C# code. If you don’t write these, you don’t need to install it
PHPz2017-05-16 16:40:07
Try following YCM tips?
git submodule update --init --recursive
Then: ./install.py
天蓬老师2017-05-16 16:40:07
ycm contains submodules, which were not downloaded when you git clone, so you need git colone --recursive https://github.com/Valloric/YouCompleteMe.git