nguyenvulong / QA

The Unlicense
0 stars 0 forks source link

The ycmd server SHUT DOWN (restart with :YcmRestartServer) #40

Open nguyenvulong opened 2 years ago

nguyenvulong commented 2 years ago

vim, when you install YouCompleteMe (YCM) using Vundle, this error may happen.

Solution:

cd ~/.vim/bundle/YouCompleteMe/
./install.py

You should have cmake available on your system (sudo apt install cmake if you don't)