Add more bundles to vimrc

This commit is contained in:
Hunter Haugen 2012-10-15 14:55:15 -07:00
parent d9b427db24
commit f9d626debc

8
.vimrc
View file

@ -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