1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 23:20:04 +08:00

update doc example for plantuml (#3765)

This commit is contained in:
YABUKI Yukiharu 2020-09-05 13:33:58 +09:00 committed by GitHub
parent 5a5b348bae
commit 4d0f433a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,8 @@ Then you give the path to `plantuml_jar_path`. see below.
This is just example.
```toml
[[layers]]
name = "lang#plantuml"
plantuml_jar_path = "/usr/share/plantuml/plantuml.jar"
```