plugins.neotest.adapters.gradle.enable

Whether to enable gradle.

Type: boolean

Default: false

Example: true

Declared by:

plugins.neotest.adapters.gradle.package

Which package to use for the gradle plugin.

Type: package

Default: <derivation vimplugin-neotest-gradle-2023-12-05>

Declared by:

plugins.neotest.adapters.gradle.settings

settings for the gradle adapter.

Type: attribute set of anything

Default: { }

Example:

{
  callback = {
    __raw = ''
      function()
        print('nixvim')
      end
    '';
  };
  foo_bar = 42;
  hostname = "localhost:8080";
}

Declared by: