Ycmd cregex错误解决方案

CMake Error: The source directory ~/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/cregex" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

解决方案:

cd ~/.vim/bundle/YouCompleteMe
rm -rf ~/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party/cregex
git submodule update --init --recursive
python install.py --go-completer

你可能感兴趣的:(Ycmd cregex错误解决方案)