plugins.neotest.adapters.foundry.enable

Whether to enable foundry.

Type: boolean

Default: false

Example: true

Declared by:

plugins.neotest.adapters.foundry.package

Which package to use for the foundry plugin.

Type: package

Default: <derivation vimplugin-neotest-foundry-2024-02-03>

Declared by:

plugins.neotest.adapters.foundry.settings

settings for the foundry adapter.

Type: attribute set of anything

Default: { }

Example:

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

Declared by: