From 5be6a94238416339b16b59846c31b480af1a603f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 16 Sep 2012 19:03:15 +0200 Subject: Lots of vim changes --- .vim/bundles.vim | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to '.vim') diff --git a/.vim/bundles.vim b/.vim/bundles.vim index b74debf..5fac9a2 100644 --- a/.vim/bundles.vim +++ b/.vim/bundles.vim @@ -22,8 +22,8 @@ Bundle 'Gundo' " NERDTree Bundle 'The-NERD-tree' -" Taglist -Bundle 'taglist.vim' +" Tagbar +Bundle 'Tagbar' " vim-latex Bundle 'git://vim-latex.git.sourceforge.net/gitroot/vim-latex/vim-latex' @@ -43,5 +43,13 @@ Bundle 'toggle_words.vim' " syntaxes Bundle 'lighttpd-syntax' +" show TODO and XXX +Bundle 'TaskList.vim' + +" syntactic checkers +Bundle 'Syntastic' + +" projects +Bundle 'project.tar.gz' filetype plugin indent on " required! -- cgit v1.2.3