1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 06:00:05 +08:00
SpaceVim/bundle/plantuml-previewer.vim/plugin/plantuml-previewer.vim

6 lines
306 B
VimL

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>)