From 6567d3ac738a365cac25e899645444f550a48c0e Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 9 May 2012 10:08:40 +0200 Subject: [PATCH] Adding Align and Gundo bundles --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index 1098d1e..4323608 100644 --- a/.vimrc +++ b/.vimrc @@ -1127,6 +1127,8 @@ set rtp+=~/.vim/bundle/vundle call vundle#rc() Bundle 'gmarik/vundle' Bundle 'vim-scripts/ShowMarks' +Bundle 'Align' +Bundle 'Gundo' filetype plugin indent on " Brief help