summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim')
-rw-r--r--.vim/bundles.vim12
1 files changed, 10 insertions, 2 deletions
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!