Skip to content

Commit

Permalink
Merge pull request #3 from shoutsid/master
Browse files Browse the repository at this point in the history
Add pathogen installation guidelines
  • Loading branch information
joonty committed Feb 5, 2014
2 parents 8b74436 + 04d4dd6 commit 0f0d755
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -34,13 +34,22 @@ Actually, a quick guide is all that's needed. There are just a few handy functio

## Installation

**Vundle**

Installation is easy-peasy if you're using [Vundle][3]. Just add this to your *.vimrc* file:

```vim
Bundle 'joonty/vim-sauce.git'
```
and run `vim +BundleInstall +qall` from a terminal.

**Pathogen**

```vim
cd ~/.vim/bundle
git clone git://github.com/joonty/vim-sauce.git
```

If you aren't using vundle, you will have to extract the files in each folder to the correct folder in *.vim/*.

## Configuration
Expand Down

0 comments on commit 0f0d755

Please sign in to comment.