plugins.dap.extensions.dap-ui.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.extensions.dap-ui.floating.maxHeight
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.extensions.dap-ui.floating.maxWidth
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: