From 5b3a0163e0478bea9c1ed391d5b8ad01fe82f47a Mon Sep 17 00:00:00 2001 From: gmarik Date: Fri, 11 Mar 2011 09:50:50 -0600 Subject: [PATCH] Documentation update --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 009ad99..3f7f943 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ 2. Configure bundles: - Append to your `~/.vimrc`: + Put into your `~/.vimrc`: set rtp+=~/.vim/vundle.git/ call vundle#rc() @@ -23,6 +23,9 @@ Bundle "git://git.wincent.com/command-t.git" " ... + " NOTE: if some plugins fail to work, put the config *before* line: + " filetype plugin indent on + 3. Install configured bundles: Launch `vim`, run `:BundleInstall` (**no `Vim` restart required** since v0.5)