Published
- 1 min read
The ycmd server SHUT DOWN (restart with `:YcmRestartServer`). YCM core library not detected; you need to compile YCM before using it. Follow the instructions in the documentation.
The solution for this is noted below
The ycmd server SHUT DOWN (restart with :YcmRestartServer
). YCM core library not detected; you need to compile YCM before using it. Follow the instructions in the documentation.
Solution
cd ~/.vim/bundle/YouCompleteMe/
sudo pip install cmake
python install.py
Try other methods by searching on the site. That is if this doesn’t work