plugins.plantuml-syntax.settings
The configuration options for plantuml-syntax without the plantuml_
prefix.
For example, the following settings are equivialent to these :setglobal
commands:
foo_bar = 1
->:setglobal plantuml_foo_bar=1
hello = "world"
->:setglobal plantuml_hello="world"
some_toggle = true
->:setglobal plantuml_some_toggle
other_toggle = false
->:setglobal noplantuml_other_toggle
Type: attribute set of anything
Default:
{ }
Example:
{
executable_script = "plantuml";
set_makeprg = true;
}
Declared by:
plugins.plantuml-syntax.settings.executable_script
Set the script to be called with makeprg, default to plantuml
in $PATH
.
Type: null or string or raw lua code
Default:
null
Plugin default: "plantuml"
Declared by:
plugins.plantuml-syntax.settings.set_makeprg
Set the makeprg to plantuml
.
Type: null or (one of 0, 1) or raw lua code
Default:
null
Plugin default: 1
Declared by: