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