scrooloose / vim-slumlord

Inline previews for Plantuml sequence diagrams. OMG!
Do What The F*ck You Want To Public License
455 stars 35 forks source link

not working with component diagrams #26

Open MushiTheMoshi opened 2 years ago

MushiTheMoshi commented 2 years ago

Hi there,

I was wondering whether this plugin works with component diagrams or is just my faulty vim?

Very cool project btw.

Regards, Julio

SirZenith commented 2 years ago

It's because PlantUML itself provides good support for sequence diagram only. ASCII charts generated for other formats are completely tolerance to eyes.

Dzordzu commented 5 months ago

In order to make it work just delete the following lines in the vim configuration (ex. ~/.local/share/vim/plugged/vim-slumlord/autoload/slurmlord.vim): https://github.com/scrooloose/vim-slumlord/blob/master/autoload/slumlord.vim#L63-L81