]> git.rmz.io Git - dotfiles.git/commitdiff
vim: plantuml syntax plugin
authorSamir Benmendil <me@rmz.io>
Sun, 9 Aug 2020 18:04:14 +0000 (19:04 +0100)
committerSamir Benmendil <me@rmz.io>
Sun, 9 Aug 2020 18:04:14 +0000 (19:04 +0100)
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