From 1925047443f1fbe94cc67847e7171e8751427b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Neumann?= Date: Tue, 4 Sep 2012 16:46:08 +0200 Subject: More vim bundles --- .vim/bundles.vim | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.vim') 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' -- cgit v1.2.3