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?

世界只因有你
世界只因有你

reply all(3)
给我你的怀抱

This YCM is used to complete C/C++/C# code. If you don’t write these, you don’t need to install it

PHPzhong

Try following YCM tips?
git submodule update --init --recursive
Then: ./install.py

Peter_Zhu

ycm contains submodules, which were not downloaded when you git clone, so you need git colone --recursive https://github.com/Valloric/YouCompleteMe.git

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template