SpaceVim
A modular Vim/Neovim configuration
Home | About | Quick start guide | Documentation | Development | Community | Sponsors | 中文
This layer is for PlantUML development.
To use this configuration layer, update your custom configuration file with:
[[layers]]
name = "lang#plantuml"
When you want to see the picture which plantuml drew, you need to set
plantuml_jar_path. You also need to install plantuml.jar on your system.
Then you give the path to plantuml_jar_path
. see below.
This is just example.
[[layers]]
name = "lang#plantuml"
plantuml_jar_path = "/usr/share/plantuml/plantuml.jar"
You can’t do any opration While you preview the result of plantuml. You write one more part of plantuml diagram, you can not see all picures. You can see first one.
Powered by Jekyll