I've got pathogen in .vim/autoload and i've got nerdtree within my .vim/bundles directory. I've also got
filetype off
call pathogen#helptags()
call pathogen#runtime_append_all_bundles()
filetype plugin indent on
in my .vimrc file
for whatever reason though, when i run vim, NERDTree doesn't run.
Any suggestions