plugins.lsp.servers.jsonnet_ls.settings
The settings for this LSP.
Type: attribute set of anything
Default:
{ }
Example:
{
callback = {
__raw = ''
function()
print('nixvim')
end
'';
};
foo_bar = 42;
hostname = "localhost:8080";
}
Declared by:
plugins.lsp.servers.jsonnet_ls.settings.ext_vars
External variables.
Type: null or (attribute set of (string or raw lua code))
Default:
null
Plugin default: { }
Declared by: