plugins.neotest.adapters.deno.enable

Whether to enable deno.

Type: boolean

Default: false

Example: true

Declared by:

plugins.neotest.adapters.deno.package

Which package to use for the deno plugin.

Type: package

Default: <derivation vimplugin-neotest-deno-2022-12-09>

Declared by:

plugins.neotest.adapters.deno.settings

settings for the deno adapter.

Type: attribute set of anything

Default: { }

Example:

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

Declared by: