plugins.neotest.adapters.scala.enable

Whether to enable scala.

Type: boolean

Default: false

Example: true

Declared by:

plugins.neotest.adapters.scala.package

Which package to use for the scala plugin.

Type: package

Default: <derivation vimplugin-neotest-scala-2022-10-15>

Declared by:

plugins.neotest.adapters.scala.settings

settings for the scala adapter.

Type: attribute set of anything

Default: { }

Example:

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

Declared by: