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