Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.04 KB

*PlantUMLIt

Introduction

plantumlit (PlantUML Inline Text) is built atop the wang-hardeningly awesome plantuml. It gives you a "live preview" of your UML diagrams when you save.

Demo

Installation

First you need Java installed.

Then, install this plugin with your favourite vim plugin manager.

For Vim Plug, just stick this in your vimrc and smoke it:

Plug 'rsinghgit/vim-plantumlit'

Then run :PlugInstall

I also recommend installing the plantuml-syntax plugin as plantumlit uses this for its syntax file.

Plugin 'aklt/plantuml-syntax'

Usage

Edit a .uml file and enter some plantuml code. When you save it, a preview will be forcefully inserted/updated at the top of your file!

Note: I have only used this for sequence diagrams - the ASCII output of plantuml seems to be less than stellar for other diagram types.