From b55447eb637918325d4a51d69eed76b481ec46f7 Mon Sep 17 00:00:00 2001 From: gmarik Date: Wed, 20 Apr 2011 13:37:08 -0500 Subject: [PATCH] docs --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aefec26..4316c8a 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,15 @@ set rtp+=~/.vim/vundle.git/ call vundle#rc() + " original repos on github + Bundle 'tpope/vim-fugitive' + Bundle 'lokaltog/vim-easymotion' + Bundle 'rstacruz/sparkup', {'rtp': 'vim/'} + " vim-scripts repos Bundle 'L9' Bundle 'FuzzyFinder' Bundle 'rails.vim' - Bundle 'ack.vim' + " non github repos Bundle 'git://git.wincent.com/command-t.git' " ...