diff options
Diffstat (limited to '.config/nvim/lua/plugins/graphviz.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/graphviz.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/nvim/lua/plugins/graphviz.lua b/.config/nvim/lua/plugins/graphviz.lua new file mode 100644 index 0000000..f0402bc --- /dev/null +++ b/.config/nvim/lua/plugins/graphviz.lua @@ -0,0 +1,5 @@ +return { + "izocha/graphviz.nvim", + ft = { "dot" }, + opts = {} +} |
