I keep doing this manually so i thought id cobble it all together. Note this is an untested brain dump of the installation. Make sure you know what these commands do before you run them.
First get pathogen.
Finally, grab the plugin...mkdir -p ~/.vim/autoload ~/.vim/bundle
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
cat << EOF >> ~/.vim/vimrc " Pathogenexecute pathogen#infect()call
pathogen#infect()
call pathogen#helptags()
syntax on
filetype plugin
indent on
EOF
Thats it !cd~/.vim/bundle &&git clone git://github.com/scrooloose/nerdtree.git )
No comments:
Post a Comment