plugins.dap-go.settings
Options provided to the require('dap-go').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
callback = {
__raw = ''
function()
print('nixvim')
end
'';
};
foo_bar = 42;
hostname = "localhost:8080";
}
Declared by:
plugins.dap-go.settings.dap_configurations
Additional dap configurations.
See :h dap-configuration
for more detail.
Type: null or (list of ((attribute set) or raw lua code))
Default:
null
Declared by: