plugins.neotest.adapters.golang.enable

Whether to enable golang.

Type: boolean

Default: false

Example: true

Declared by:

plugins.neotest.adapters.golang.package

The golang package to use.

Type: package

Default: pkgs.vimPlugins.neotest-golang

Declared by:

plugins.neotest.adapters.golang.settings

settings for the golang adapter.

Type: attribute set of anything

Default: { }

Example:

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

Declared by: