YCM error. The ycmd server SHUT DOWN (restart wit…the instructions in the documentation

后端 未结 6 2137
不知归路
不知归路 2021-02-03 21:38

I installed YCM with vim plug, but I may have shut down before process finished. Now when I start vim I get this error \"The ycmd server SHUT DOWN (restart wit...the instruction

6条回答
  •  無奈伤痛
    2021-02-03 22:17

    Another problem that may cause that error is conda, you should run install.py from the python's system and not the conda one, to do that use

    /usr/bin/python ./install.py
    

    from the youcompleteme folder inside vim

提交回复
热议问题