My Vim Config files
This configuration depends on these plugins:
Installation consists of installing each of the dependencies and then the vimrc
-
Install Pathogen:
mkdir -p ~/.vim/autoload ~/.vim/bundle curl -Sso ~/.vim/autoload/pathogen.vim \ https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim
-
Dispatch, fugitive, and other packages (some listed below) can be installed using the convention set up by pathogen:
cd ~/.vim/bundle git clone repo
-
Install Ack:
First, install the ack utility, then install the ack.vim plugin using the pathogen method.
-
Install the vimrc:
cd ~/.vim/bundle git clone git://github.com/byronanderson/vimrc ln -s vimrc/vimrc ~/.vimrc
Other plugins I use that are not direct dependencies of this configuration: