plugins.dap.extensions.dap-ui.enable

Whether to enable dap-ui.

Type: boolean

Default: false

Example: true

Declared by:

plugins.dap.extensions.dap-ui.package

Which package to use for the dap-ui plugin.

Type: package

Default: <derivation vimplugin-nvim-dap-ui-2024-04-28>

Declared by:

plugins.dap.extensions.dap-ui.expandLines

Expand current line to hover window if larger than window size.

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.dap.extensions.dap-ui.extraOptions

These attributes will be added to the table parameter for the setup function. Typically, it can override NixVim’s default settings.

Type: attribute set of anything

Default: { }

Declared by:

plugins.dap.extensions.dap-ui.forceBuffers

Prevents other buffers being loaded into dap-ui windows.

Plugin default: true

Type: null or boolean or raw lua code

Default: null

Declared by:

plugins.dap.extensions.dap-ui.selectWindow

A function which returns a window to be used for opening buffers such as a stack frame location.

Plugin default: null

Type: null or lua function string

Default: null

Declared by: