colorschemes.one.settings
The configuration options for one without the one_
prefix.
For example, the following settings are equivialent to these :setglobal
commands:
foo_bar = 1
->:setglobal one_foo_bar=1
hello = "world"
->:setglobal one_hello="world"
some_toggle = true
->:setglobal one_some_toggle
other_toggle = false
->:setglobal noone_other_toggle
Type: attribute set of anything
Default:
{ }
Example:
{
allow_italics = true;
}
Declared by:
colorschemes.one.settings.allow_italics
Whether to enable italic (as long as your terminal supports it).
Type: null or (one of 0, 1) or raw lua code
Default:
null
Plugin default: 0
Declared by: