From: Samir Benmendil Date: Sun, 9 Aug 2020 18:04:14 +0000 (+0100) Subject: vim: plantuml syntax plugin X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/65ca08de6480d5f3edda4b404f15de5e5711c07e vim: plantuml syntax plugin --- diff --git a/vim/vimrc b/vim/vimrc index 310e603..eefe034 100644 --- 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