What does it mean to install YouCompleteMe in vim?
世界只因有你2017-05-16 16:38:07
0
3
732
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?
ycm contains submodules, which were not downloaded when you git clone, so you need git colone --recursive https://github.com/Valloric/YouCompleteMe.git
This YCM is used to complete C/C++/C# code. If you don’t write these, you don’t need to install it
Try following YCM tips?
git submodule update --init --recursive
Then: ./install.py
ycm contains submodules, which were not downloaded when you git clone, so you need
git colone --recursive https://github.com/Valloric/YouCompleteMe.git