]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
vim: plantuml syntax plugin
[dotfiles.git] / vim / vimrc
index 310e6038b36a3b92ad036629ed2ca68074b402cb..eefe034b46c9d73648f21da11735f5e6c78736fe 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -98,6 +98,8 @@ let g:haskell_enable_static_pointers = 1  " to enable highlighting of `static`
 let g:haskell_backpack = 1                " to enable highlighting of backpack keywords
 " }}}
 
+Plug 'aklt/plantuml-syntax'
+
 call plug#end()
 
 filetype plugin indent on