标签:
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目录下,加入如下命令解决:
然后可能还会出现报错: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
然后就等它更新完成。
然后,再输入:
再出现了一堆进度提示之后就有了下面三行:
[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
标签:
原文地址:http://www.cnblogs.com/cmsd/p/5350016.html