Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.31 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.31 KB

vimconfig

My Vim Config files

Installation

This configuration depends on these plugins:

Installation consists of installing each of the dependencies and then the vimrc

  1. Install Pathogen:

      mkdir -p ~/.vim/autoload ~/.vim/bundle
      curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
  2. Dispatch, fugitive, and other packages (some listed below) can be installed using the convention set up by pathogen:

      cd ~/.vim/bundle
      git clone repo
  3. Install Ack:

    First, install the ack utility, then install the ack.vim plugin using the pathogen method.

  4. Install the vimrc:

      cd ~/.vim/bundle
      git clone git://github.com/byronanderson/vimconfig
      ln -s vimconfig/vimrc ~/.vimrc

Other plugins I use that are not direct dependencies of this configuration: