mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 16:00:04 +08:00
6 lines
306 B
VimL
Vendored
6 lines
306 B
VimL
Vendored
command! PlantumlToggle call plantuml_previewer#toggle()
|
|
command! PlantumlOpen call plantuml_previewer#open()
|
|
command! PlantumlStart call plantuml_previewer#start()
|
|
command! PlantumlStop call plantuml_previewer#stop()
|
|
command! -nargs=* -complete=file PlantumlSave call plantuml_previewer#save_as(<f-args>)
|