Adding Align and Gundo bundles

This commit is contained in:
Hunter Haugen 2012-05-09 10:08:40 +02:00
parent 809926ced5
commit 6567d3ac73

2
.vimrc
View file

@ -1127,6 +1127,8 @@ set rtp+=~/.vim/bundle/vundle
call vundle#rc() call vundle#rc()
Bundle 'gmarik/vundle' Bundle 'gmarik/vundle'
Bundle 'vim-scripts/ShowMarks' Bundle 'vim-scripts/ShowMarks'
Bundle 'Align'
Bundle 'Gundo'
filetype plugin indent on filetype plugin indent on
" Brief help " Brief help