plugins.neotest.adapters.zig.enable
Whether to enable zig.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.neotest.adapters.zig.package
Which package to use for the zig plugin.
Type: package
Default:
<derivation vimplugin-neotest-zig-2024-05-06>
Declared by:
plugins.neotest.adapters.zig.settings
settings for the zig
adapter.
Type: attribute set of anything
Default:
{ }
Example:
{
callback = {
__raw = ''
function()
print('nixvim')
end
'';
};
foo_bar = 42;
hostname = "localhost:8080";
}
Declared by: