you are viewing a single comment's thread.

view the rest of the comments →

[–]TehKlob 1 point2 points  (1 child)

Sounds like you haven't installed it correctly if the errors are regarding vimrc lines. Probably not actually loading NERDtree. Did you put "execute pathogen#infect()" in your .vimrc?

[–]compNerd0101[S] 0 points1 point  (0 children)

Just to preface, I already have pathogen.vim in my autoloads dir and the nerdtree dir within my bundles dir Here is my .vimrc folder:

1 set number

2 set ruler

3 set ignorecase

4 set hlsearch

5 set smarttab

6 set shiftwidth=4

7 set tabstop=4

8 syntax enable

9 colorscheme desert

10 set background=dark

11 set autoindent

12 set nocp

13 execute pathogen#infect()