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
- Graphviz
dot
.
Recommendations
This plugin combines nicely with:
Contributions
Contact
Wannes Meert, [email protected]