plugins.dap-ui.settings.floating.border

Defines the border to use for dap-ui floating window. Accepts same border values as nvim_open_win(). See :help nvim_open_win() for more info.

Type: null or string or list of string or list of list of string or raw lua code

Default: null

Plugin default: "single"

Declared by:

plugins.dap-ui.settings.floating.max_height

Maximum height of the floating window.

Type: null or signed integer or integer or floating point number between 0.0 and 1.0 (both inclusive)

Default: null

Declared by:

plugins.dap-ui.settings.floating.max_width

Maximum width of the floating window.

Type: null or signed integer or integer or floating point number between 0.0 and 1.0 (both inclusive)

Default: null

Declared by: