summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2012-09-16 19:03:15 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2012-09-16 19:03:16 +0200
commit5be6a94238416339b16b59846c31b480af1a603f (patch)
tree0ac252a77325ce38f58c4ea644f859c5e05bf19b /.vim
parent22b028c333c741df9d70bfa5cdfed8b64fcdef5e (diff)
downloaddotfiles-5be6a94238416339b16b59846c31b480af1a603f.tar.gz
dotfiles-5be6a94238416339b16b59846c31b480af1a603f.tar.bz2
dotfiles-5be6a94238416339b16b59846c31b480af1a603f.zip
Lots of vim changes
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!