1 下载 git clone --recursive git://github.com/Valloric/YouCompleteMe 如果执行该命令没报错, 就ok了. 但是中途有可能会断掉, 可以 cd 到 YouCompleteMe, 然后反复用如下命令再次进行下载: git submodule update --init --recursive 又一回我是反复执行了很多次这个命令才下载全了的. 2 安装 cd ~/.vim/bundle/YouCompleteMe ./install.py…