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