plugins.rustaceanvim.settings.tools.crate_graph.enabled_graphviz_backends

Override the enabled graphviz backends list, used for input validation and autocompletion.

Type: null or (list of (string or raw lua code))

Default: null

Plugin default:

[
  "bmp" "cgimage" "canon" "dot" "gv" "xdot" "xdot1.2" "xdot1.4" "eps" "exr" "fig" "gd"
  "gd2" "gif" "gtk" "ico" "cmap" "ismap" "imap" "cmapx" "imap_np" "cmapx_np" "jpg"
  "jpeg" "jpe" "jp2" "json" "json0" "dot_json" "xdot_json" "pdf" "pic" "pct" "pict"
  "plain" "plain-ext" "png" "pov" "ps" "ps2" "psd" "sgi" "svg" "svgz" "tga" "tiff"
  "tif" "tk" "vml" "vmlz" "wbmp" "webp" "xlib" "x11"
]

Declared by:

plugins.rustaceanvim.settings.tools.crate_graph.backend

Backend used for displaying the graph. See: https://graphviz.org/docs/outputs

Type: null or string or raw lua code

Default: null

Plugin default: "x11"

Declared by:

plugins.rustaceanvim.settings.tools.crate_graph.full

true for all crates.io and external crates, false only the local crates.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.rustaceanvim.settings.tools.crate_graph.output

Where to store the output. No output if unset. Relative path from cwd.

Type: null or string or raw lua code

Default: null

Declared by:

plugins.rustaceanvim.settings.tools.crate_graph.pipe

Override the pipe symbol in the shell command. Useful if using a shell that is not supported by this plugin.

Type: null or string or raw lua code

Default: null

Declared by: