mac vim升级支持插件YouCompleteMe
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac vim升级支持插件YouCompleteMe相关的知识,希望对你有一定的参考价值。
1. 安装 macvim
https://github.com/macvim-dev/macvim/releases
2. 在安装完YCM之后,重新打开vim还会出现如下的报错信息:ycm_client_support.[so|pyd|dll] and ycm_core.[so|pyd|dll] not detected; you need to compile YCM before using it. Read the docs!
这个就可以通过在~/.vim/bundle/YouCompleteMe,即你的YCM目录下,加入如下命令解决:
- ./install.sh --clang-completer
然后可能还会出现报错:Some folders in /home/sky-tm/.vim/bundle/YouCompleteMe/third_party/ycmd/third_party are empty; you probably forgot to run: git submodule update --init --recursive怎么办?
莫慌,按照提示来:
继续输入命令:
git submodule update --init --recursive
然后就等它更新完成。
然后,再输入:
- ./install.sh --clang-completer
再出现了一堆进度提示之后就有了下面三行:
[100%] Built target ycm_core
Scanning dependencies of target ycm_support_libs
[100%] Built target ycm_support_libs
然后再按住 k-vim, spf13
这样就表示成功啦。
python vim最佳实践 https://www.zhihu.com/question/19655689
以上是关于mac vim升级支持插件YouCompleteMe的主要内容,如果未能解决你的问题,请参考以下文章