vim: add vim-haml and taglist.vim plugins

master
Guillaume DOTT 2013-01-31 13:22:29 +01:00
parent 9727d7f061
commit 88007710f6
1 changed files with 3 additions and 1 deletions

View File

@ -13,8 +13,9 @@ if filereadable(expand("$HOME/.vim/bundle/vundle/README.md"))
Bundle 'gmarik/vundle'
Bundle 'xolox/vim-session'
Bundle 'tpope/vim-rails'
Bundle 'vim-ruby/vim-ruby'
Bundle 'tpope/vim-rails'
Bundle 'tpope/vim-haml'
Bundle 'tpope/vim-markdown'
Bundle "garbas/vim-snipmate"
@ -30,6 +31,7 @@ if filereadable(expand("$HOME/.vim/bundle/vundle/README.md"))
Bundle 'The-NERD-tree'
Bundle 'The-NERD-Commenter'
Bundle 'closetag.vim'
Bundle 'taglist.vim'
Bundle 'VisIncr'
endif
" }