dap-view

URL: https://github.com/igorlfs/nvim-dap-view/

Maintainers: Austin Horstman

plugins.dap-view.enable

Whether to enable nvim-dap-view.

Type: boolean

Default: false

Example: true

Declared by:

plugins.dap-view.package

The nvim-dap-view package to use.

Type: package

Default: pkgs.vimPlugins.nvim-dap-view

Declared by:

plugins.dap-view.autoLoad

Whether to automatically load nvim-dap-view when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.dap-view.settings

Options provided to the require('dap-view').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  winbar = {
    controls = {
      enabled = true;
    };
  };
  windows = {
    terminal = {
      position = "right";
      start_hidden = true;
    };
  };
}

Declared by: