# wmgraphviz.vim **Repository Path**: iammyself001/wmgraphviz.vim ## Basic Information - **Project Name**: wmgraphviz.vim - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-23 - **Last Updated**: 2022-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README WM Graphviz =========== Summary ------- Vim plugin for [Graphviz](http://www.graphviz.org) `dot`. Features -------- * Compiling: `:GraphvizCompile`, `ll` * Viewing: `:GraphvizShow`, `lv` * Interactive viewing + editing: `:GraphvizInteractive`, `li` * Omnicompletion: `` * 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](http://www.graphviz.org) `dot`. Recommendations --------------- This plugin combines nicely with: * [Pathogen](http://www.vim.org/scripts/script.php?script_id=2332) * [Snipmate](http://www.vim.org/scripts/script.php?script_id=2540) * [UltiSnips](http://www.vim.org/scripts/script.php?script_id=2715) * [Dot2TeX](http://www.fauskes.net/code/dot2tex/) Contributions ------------- * [Bjørn Forsman](https://github.com/bjornfor) * [marcovzla](https://github.com/marcovzla) * [Johannes Holzfuß](https://github.com/DataWraith) * [sandnon](https://github.com/sandnon) * [Hongbo Liu](https://github.com/hiberabyss) Contact ------- Wannes Meert, wannesm@gmail.com