plugins.neotest.adapters.pest.enable

Whether to enable pest.

Type: boolean

Default: false

Example: true

Declared by:

plugins.neotest.adapters.pest.package

Which package to use for the pest plugin.

Type: package

Default: <derivation vimplugin-neotest-pest-2024-02-16>

Declared by:

plugins.neotest.adapters.pest.settings

settings for the pest adapter.

Type: attribute set of anything

Default: { }

Example:

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

Declared by: