vimplus打开报错
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.
解决方法:
cd ~/.vim/bundle/YouCompleteMe/
sudo pip install cmake
python install.py