문제

I have installed pathogen.vim from github into the .vim/autoload directory and have edited my .vimrc to include the following lines

pathogen#infect()
pathogen#helptags()

autocmd vimenter * NERDtree

I have installed the latest version of nerdtree from GitHub > scrooloose/nerdtree into my .vim/bundle directory

despite this, vim tells me that NERDtree is not a recognized command. I am now at a loss. Any help would be very much appreciated.

Steve Kane

도움이 되었습니까?

해결책

NERDtree => NERDTree (capital T)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top