Add PlantUML vim syntax

pull/2/head
Bodaniel Jeanes 2011-12-28 17:19:51 -06:00
parent c5bdfc7cf7
commit c0891c5312
1 changed files with 3 additions and 0 deletions

View File

@ -187,6 +187,9 @@ call vundle#rc()
" Other {{{ " Other {{{
Bundle 'AnsiEsc.vim' Bundle 'AnsiEsc.vim'
Bundle 'thisivan/vim-matchit' Bundle 'thisivan/vim-matchit'
Bundle 'aklt/plantuml-syntax'
au BufNewFile,BufRead *.uml set filetype=plantuml
" }}} " }}}
autocmd BufWritePost bundles.vim source ~/.vim/bundles.vim autocmd BufWritePost bundles.vim source ~/.vim/bundles.vim