Skip to content

Files

Latest commit

f08ff5b · Apr 26, 2018

History

History
54 lines (39 loc) · 1.28 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.28 KB

WM Graphviz

Summary

Vim plugin for Graphviz dot.

Features

  • Compiling: :GraphvizCompile, <LocalLeader>ll
  • Viewing: :GraphvizShow, <LocalLeader>lv
  • Interactive viewing + editing: :GraphvizInteractive, <LocalLeader>li
  • Omnicompletion: <C-X><C-O>
  • Quickfix window for errors and warnings
  • Snippet support

Settings

  • g:WMGraphviz_dot : default "dot"
  • g:WMGraphviz_output : default "pdf"
  • g:WMGraphviz_viewer : default "open" (Mac) or "xdg-open" (Unix)
  • g:WMGraphviz_shelloptions : default ""

Dependencies

Recommendations

This plugin combines nicely with:

Contributions

Contact

Wannes Meert, wannesm@gmail.com