LoginSignup
4

More than 5 years have passed since last update.

PlantUML を vim から使う@Windows

Posted at

PlantUML を vim から使う - Qiita を読んで使ってみて、Windows で少し躓いたところの話。

環境変数 GRAPHVIZ_DOT を OS に設定しなくてもいいようにバッチファイルへ追加。

plantuml.bat
set GRAPHVIZ_DOT=C:\path\to\dot.exe
java -jar $HOME/lib/java/plantuml.jar -tpng %1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4