summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorRené Neumann <rene.neumann@in.tum.de>2012-09-04 16:46:08 +0200
committerRené Neumann <rene.neumann@in.tum.de>2012-09-04 16:46:09 +0200
commit1925047443f1fbe94cc67847e7171e8751427b2a (patch)
treec3c3af6c85b33ecb9bd44750886316ab84cc3d3f /.vim
parent9d8238cef09d8cb7c270b616ec56a335e0ac0854 (diff)
downloaddotfiles-1925047443f1fbe94cc67847e7171e8751427b2a.tar.gz
dotfiles-1925047443f1fbe94cc67847e7171e8751427b2a.tar.bz2
dotfiles-1925047443f1fbe94cc67847e7171e8751427b2a.zip
More vim bundles
Diffstat (limited to '.vim')
-rw-r--r--.vim/bundles.vim7
1 files changed, 7 insertions, 0 deletions
diff --git a/.vim/bundles.vim b/.vim/bundles.vim
index 7234c0b..b74debf 100644
--- a/.vim/bundles.vim
+++ b/.vim/bundles.vim
@@ -7,11 +7,15 @@ call vundle#rc()
" vundle itself
" on a fresh install you need to do:
" > git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
+" > vim -u .vim/bundles.vim +BundleInstall
Bundle 'gmarik/vundle'
" fugitive -- git handling
Bundle 'tpope/vim-fugitive'
+" gitv -- gitk for vim
+Bundle 'gitv'
+
" GUndo
Bundle 'Gundo'
@@ -21,6 +25,9 @@ Bundle 'The-NERD-tree'
" Taglist
Bundle 'taglist.vim'
+" vim-latex
+Bundle 'git://vim-latex.git.sourceforge.net/gitroot/vim-latex/vim-latex'
+
" surround.vim
Bundle 'surround.vim'