mirror of https://github.com/bjeanes/dotfiles.git
Add PlantUML vim syntax
parent
c5bdfc7cf7
commit
c0891c5312
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue