Vim plugin for Graphviz dot
.
- 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
g:WMGraphviz_dot
: default"dot"
g:WMGraphviz_output
: default"pdf"
g:WMGraphviz_viewer
: default"open"
(Mac) or"xdg-open"
(Unix)g:WMGraphviz_shelloptions
: default""
- Graphviz
dot
.
This plugin combines nicely with:
Wannes Meert, wannesm@gmail.com