From 3618514d4a0c6fa6854e0183b8f5360b6954adf5 Mon Sep 17 00:00:00 2001 From: James Summerill Date: Wed, 5 Feb 2014 13:53:49 +0000 Subject: [PATCH 1/3] And pathogen into the documentation --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5cda841..9dc58d9 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ 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 @@ -41,6 +42,13 @@ 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 From 71fa1eb485ac73a1c0df03f4fea01fd0d40a9fc0 Mon Sep 17 00:00:00 2001 From: James Summerill Date: Wed, 5 Feb 2014 13:54:44 +0000 Subject: [PATCH 2/3] add bolding --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9dc58d9..a8eb021 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Actually, a quick guide is all that's needed. There are just a few handy functio ## Installation -** Vundle ** +**Vundle** Installation is easy-peasy if you're using [Vundle][3]. Just add this to your *.vimrc* file: ```vim @@ -42,7 +42,7 @@ Bundle 'joonty/vim-sauce.git' ``` and run `vim +BundleInstall +qall` from a terminal. -** Pathogen ** +**Pathogen** ```vim cd ~/.vim/bundle From 04d4dd6a89b5ba14e5ff260ac03f3170d12fd870 Mon Sep 17 00:00:00 2001 From: James Summerill Date: Wed, 5 Feb 2014 13:55:21 +0000 Subject: [PATCH 3/3] add comment on another line --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8eb021..3891cb1 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ 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