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

后端 未结 6 2034
不知归路
不知归路 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 21:59

    Here is how I have solved Mac OS Catalina 10.15.3 python 3.7 vim 8.2

    Install ycm with 'Vim-plug' using Plug 'ycm-core/YouCompleteMe'

    1. cd ~/.vim/plugged/YouCompleteMe
    2. brew install cmake
    3. python ./install.py

提交回复
热议问题