From b4f37547cfc470dce60853218201533da79af9e7 Mon Sep 17 00:00:00 2001 From: gmarik Date: Fri, 22 Apr 2011 13:21:47 -0500 Subject: [PATCH] Docs 1. disable filetype detection 2. configure bundles 3. enable filetype detection - otherwise ftplugin files won't work PS: finally reproduced myself: learning the hard way... --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 64c2177..f742de4 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,13 @@ Put into your `~/.vimrc`: + filetype off + set rtp+=~/.vim/vundle.git/ call vundle#rc() + " My Bundles here: + " " original repos on github Bundle 'tpope/vim-fugitive' Bundle 'lokaltog/vim-easymotion' @@ -27,12 +31,7 @@ Bundle 'git://git.wincent.com/command-t.git' " ... - " NOTE: if some plugins fail to work, put the config *between* lines: - " filetype off - " - " Vundle stuff here... - " - " filetype plugin indent on + filetype plugin indent on 3. Install configured bundles: