From f9d626debc6017e0bad0b57d9708633c32f35e85 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 15 Oct 2012 14:55:15 -0700 Subject: [PATCH] Add more bundles to vimrc --- .vimrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 010bde9..a59212e 100644 --- a/.vimrc +++ b/.vimrc @@ -1140,9 +1140,15 @@ filetype off " Off for vundle set rtp+=~/.vim/bundle/vundle call vundle#rc() Bundle 'gmarik/vundle' -Bundle 'vim-scripts/ShowMarks' Bundle 'Align' +Bundle 'FuzzyFinder' Bundle 'Gundo' +Bundle 'L9' +Bundle 'ShowMarks' +Bundle 'Tabular' +Bundle 'The-NERD-tree' +Bundle 'ctrlp' +Bundle 'gnupg' Bundle 'tpope/vim-markdown' filetype plugin indent on