plugins.neotest.adapters.elixir.enable

Whether to enable elixir.

Type: boolean

Default: false

Example: true

Declared by:

plugins.neotest.adapters.elixir.package

Which package to use for the elixir plugin.

Type: package

Default: <derivation vimplugin-neotest-elixir-2023-11-26>

Declared by:

plugins.neotest.adapters.elixir.settings

settings for the elixir adapter.

Type: attribute set of anything

Default: { }

Example:

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

Declared by: