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