【发布时间】:2017-12-23 22:51:10
【问题描述】:
我正在使用 Vundle 安装 YouCompleteMe (YCM)。但是,我无法安装它(安装指南只是说运行:PluginInstall,而不是打开以下页面后该怎么做):
我尝试点击return 等按钮,但它们似乎不起作用。请问有什么指导吗?
编辑:另外,请注意,此时它尚未安装,因为我无法在 bundle 中看到 YouCompleteMe 目录(而它应该在那里)。
.vim -> bundle -> YouCompleteMe
编辑:
我的.vimrc 如下所示:
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
call vundle#end()
filetype plugin indent on
【问题讨论】:
-
你的 vimrc 长什么样子(只有相关部分)
-
@snap,包含它。
标签: vim plugins macvim youcompleteme