From dfd71b7aa4c1ee11e8ee1a86a9e83e097e17930f Mon Sep 17 00:00:00 2001 From: gmarik Date: Sat, 23 Apr 2011 02:37:15 -0500 Subject: [PATCH] Docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ecfc5b8..018a1d0 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ 2. Configure bundles: - Put into your `~/.vimrc`: + Sample `.vimrc`: set nocompatible " be iMproved - filetype off + filetype off " required! set rtp+=~/.vim/vundle.git/ call vundle#rc() @@ -32,7 +32,7 @@ Bundle 'git://git.wincent.com/command-t.git' " ... - filetype plugin indent on + filetype plugin indent on " required! 3. Install configured bundles: