search

Home  >  Q&A  >  body text

What does it mean to install YouCompleteMe in vim?

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?

世界只因有你世界只因有你2774 days ago733

reply all(3)I'll reply

  • 给我你的怀抱

    给我你的怀抱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

    reply
    0
  • PHPz

    PHPz2017-05-16 16:40:07

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

    reply
    0
  • 天蓬老师

    天蓬老师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

    reply
    0
  • Cancelreply