YouCompleteMe_Installation
YouCompleteMe安装教程1. 安装vundleVundle用于vim插件管理软件,安装过程如下:
* 下载Vundlegit clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
设置Vundle
在.vimrc开头添加如下内容:
set nocompatible
原创
2016-10-07 20:34:20 ·
919 阅读 ·
0 评论