YCM error. The ycmd server SHUT DOWN (restart wit...the instructions in the documentation) In FreeBSD
Open .py file with vim I got error message as following:
"YCM error. The ycmd server SHUT DOWN (restart wit...the instructions in the documentation)"
Solution:
1. Install cmake
# pkg install cmake
2. Compile
$ cd /home/j/.vim/bundle/YouCompleteMe
$ python3 install.py
Comments
Post a Comment