plugins.rustaceanvim.settings.dap.adapter
Defaults to creating the rt_lldb
adapter, which is a DapServerConfig
if codelldb
is detected, and a DapExecutableConfig
if lldb
is detected.
Set to false
to disable.
Type: null or lua function string or value false (singular enum) or (attribute set of anything)
Default:
null
Declared by:
plugins.rustaceanvim.settings.dap.autoload_configurations
Whether to autoload nvim-dap configurations when rust-analyzer has attached.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by: