plugins.schemastore.yaml.settings
Options supplied to the require('schemastore').yaml.schemas
function.
Type: attribute set of anything
Default:
{ }
Example:
{
callback = {
__raw = ''
function()
print('nixvim')
end
'';
};
foo_bar = 42;
hostname = "localhost:8080";
}
Declared by:
plugins.schemastore.yaml.settings.ignore
A list of strings representing the names of schemas to ignore.
select
and ignore
are mutually exclusive.
See the schema catalog.
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default: [ ]
Declared by:
plugins.schemastore.yaml.settings.select
A list of strings representing the names of schemas to select.
If this option is not present, all schemas are returned.
If it is present, only the selected schemas are returned.
select
and ignore
are mutually exclusive.
See the schema catalog.
Type: null or (list of (string or raw lua code))
Default:
null
Plugin default: [ ]
Declared by: