flycheck-plantuml

Homepage: https://github.com/alexmurray/flycheck-plantuml

Author: Alex Murray

Updated:

Summary

Integrate plantuml with flycheck

Commentary

This packages integrates plantuml with flycheck to automatically check the
syntax of your plantuml files on the fly

Setup

(with-eval-after-load 'flycheck
  (require 'flycheck-plantuml)
  (flycheck-plantuml-setup))

Dependencies