码迷,mamicode.com
首页 > 系统相关 > 详细

mac vim升级支持插件YouCompleteMe

时间:2016-04-03 17:25:46      阅读:377      评论:0      收藏:0      [点我收藏+]

标签:

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目录下,加入如下命令解决:

[plain] view plain copy
 
  1. ./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

然后就等它更新完成。

然后,再输入:

 

[plain] view plain copy
 
  1. ./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

标签:

原文地址:http://www.cnblogs.com/cmsd/p/5350016.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!