weirongxu / plantuml-previewer.vim

Vim / Neovim plugin for preview PlantUML
MIT License
266 stars 29 forks source link

Make the plugin work on servers/wsl/headless mode #64

Closed jodojodo closed 2 years ago

jodojodo commented 2 years ago

Normally plantuml requires an X11 server. This is not necessary for this plugin and prevents it to work on wsl or server, even if the wsl can open a browser on the host and the server could save the image somewhere. Therefore I've added the headless mode flag to the plantuml call.

weirongxu commented 2 years ago

Thank you! :tada: