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
I was also facing the same problem with vim and I am using vim-plug plugin manager. To overcome this I did this:
cd ~/.vim/plugged/youcompleteme python3 install.py
Done !!!