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