plugins.neotest.adapters.rspec.enable
Whether to enable rspec.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.neotest.adapters.rspec.package
The rspec package to use.
Type: package
Default:
pkgs.vimPlugins.neotest-rspec
Declared by:
plugins.neotest.adapters.rspec.settings
settings for the rspec
adapter.
Type: attribute set of anything
Default:
{ }
Example:
{
callback = {
__raw = ''
function()
print('nixvim')
end
'';
};
foo_bar = 42;
hostname = "localhost:8080";
}
Declared by: