简体   繁体   English

在 VIM (ubuntu) 中,Nerdtree 未被识别为命令

[英]Nerdtree not recognized as command in VIM (ubuntu)

I have installed pathogen.vim from github into the .vim/autoload directory and have edited my .vimrc to include the following lines我已将 github 中的 pathogen.vim 安装到.vim/autoload目录中,并编辑了我的 .vimrc 以包含以下几行

pathogen#infect()
pathogen#helptags()

autocmd vimenter * NERDtree

I have installed the latest version of nerdtree from GitHub > scrooloose/nerdtree into my .vim/bundle directory我已经从GitHub > scrooloose/nerdtree安装了最新版本的nerdtree到我的.vim/bundle目录中

despite this, vim tells me that NERDtree is not a recognized command.尽管如此,vim 告诉我 NERDtree 不是公认的命令。 I am now at a loss.我现在不知所措。 Any help would be very much appreciated.任何帮助将不胜感激。

Steve Kane史蒂夫凯恩

NERDtree => NERDTree(大写 T)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM