plugins.neotest.adapters.dart.enable

Whether to enable dart.

Type: boolean

Default: false

Example: true

Declared by:

plugins.neotest.adapters.dart.package

Which package to use for the dart plugin.

Type: package

Default: <derivation vimplugin-neotest-dart-2024-02-28>

Declared by:

plugins.neotest.adapters.dart.settings

settings for the dart adapter.

Type: attribute set of anything

Default: { }

Example:

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

Declared by: