weirongxu / plantuml-previewer.vim

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

Plant UML won't start on background #63

Closed gsihaj5 closed 2 years ago

gsihaj5 commented 2 years ago

i'm using neovim 0.6 i already installed all dependency, and got it work.

the problem is while i :PlantumlOpen the .uml file, i can't edit the .uml file right away, is it supposed to be work that way ?

i know there is :PlantumlStart to start it on background and open the path manually on my browser

weirongxu commented 2 years ago

i can't edit the .uml file right away,

Yes, the plantuml.jar takes seconds to bootstrap.

weirongxu commented 2 years ago

Ok, your meaning your vim is frozen when PlantumlOpen?

gsihaj5 commented 2 years ago

yes it is frozen, the :OpenBrowser <url> behaving the same, it can open browser flawlessly but freeze the vim until i terminate the process

weirongxu commented 2 years ago

Since this plugin calls openbrowser.vim to open the browser, so need to solve this issue in openbrowser