From f701bd5cabd41f6ecae7aa24279aa8533843e57e Mon Sep 17 00:00:00 2001 From: gmarik Date: Sun, 17 Apr 2011 10:49:21 -0500 Subject: [PATCH] docs --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 64e1263..aefec26 100644 --- a/README.md +++ b/README.md @@ -15,17 +15,18 @@ set rtp+=~/.vim/vundle.git/ call vundle#rc() - " Bundles: - Bundle "L9" - Bundle "FuzzyFinder" - Bundle "rails.vim" - Bundle "ack.vim" - Bundle "git://git.wincent.com/command-t.git" + Bundle 'L9' + Bundle 'FuzzyFinder' + Bundle 'rails.vim' + Bundle 'ack.vim' + Bundle 'git://git.wincent.com/command-t.git' " ... " NOTE: if some plugins fail to work, put the config *between* lines: " filetype off - " "Bundles here + " + " Vundle stuff here... + " " filetype plugin indent on 3. Install configured bundles: @@ -88,6 +89,7 @@ see [`:h vundle`](vundle/blob/master/doc/vundle.txt#L1) vimdoc for more details. * √ vim documentation * tests * improve error handling +* put vundle to bundles/ too(will fix vundle help) * :VundleUpdate - self.update * handle dependencies * allow specify revision/version?