Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

plugins.neotest.adapters.haskell.enable

Whether to enable haskell.

Type: boolean

Default: false

Example: true

Declared by:

plugins.neotest.adapters.haskell.package

The haskell package to use.

Type: package

Default: pkgs.vimPlugins.neotest-haskell

Declared by:

plugins.neotest.adapters.haskell.settings

settings for the haskell adapter.

Type: lua value

Default: { }

Example:

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

Declared by: