Skip to content

Instantly share code, notes, and snippets.

@dylan-chong
Created May 13, 2018 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dylan-chong/b61261ba9224b0350bfa333be827e03f to your computer and use it in GitHub Desktop.
Save dylan-chong/b61261ba9224b0350bfa333be827e03f to your computer and use it in GitHub Desktop.
Vim auto generate plantuml on save
au BufWritePost *.plantuml :silent !plantuml % &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment