ycm

问题:
The ycmd server SHUT DOWN (restart with ':YcmRestartServ… using it. Follow the instructions in the documentation.

系统:
mac

解决方案:

  1. xcode-select --install
  2. 子模块的安装
  3. 不要用anaconda安装,用系统自带的。
cd ~/.vim/bundle/YouCompleteMe/third_party/ycmd
cp ycmd/default_settings.json .
python ycmd --options_file default_settings.json

你可能感兴趣的:(环境配置)