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