美文网首页
2019-07-20 vim安装YouCompleteMe错误

2019-07-20 vim安装YouCompleteMe错误

作者: yango3 | 来源:发表于2019-07-20 18:57 被阅读0次

Ubuntu 18.04安装时遇到如下的错误:

ycmd/third_party/cregex" does not appear to contain CMakeLists.txt

查看:~/.vim/bundle/YouCompleteMe/third_party/ycmd/.gitmodules文件

 25 [submodule "third_party/cregex"]
 26     path = third_party/cregex
 27     url = https://github.com/micbou/regex.git

从上述github url下载regex下来,然后解压成 cregex/,

python3 install.py --clangd-complete

终于成功了!之前网上一些说明, 先删除cregex目录,再执行git submodule update --init --recursive 不起作用。

相关文章

网友评论

      本文标题:2019-07-20 vim安装YouCompleteMe错误

      本文链接:https://www.haomeiwen.com/subject/nxgulctx.html