使用vundle安装时,在.vimrc中添加 Plugin 'Valloric/YouCompleteMe' 使用Bundle会安装失败原因未知 YCM编译时附加选项--system-libclang使用系统的clang包 我的vim配置 set tabstop= set softtabstop= set shiftwidth= set noexpandtab set nu set autoindent set cindent set nocompatible filetype off set…