We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67df85 commit e26fba0Copy full SHA for e26fba0
lua/dapui/config/init.lua
@@ -213,7 +213,7 @@ function dapui.config.update_render(update)
213
end
214
215
function dapui.config.element_mapping(element)
216
- return user_config.element_mappings[element] or user_config.mappings
+ return vim.tbl_extend("keep", user_config.element_mappings[element] or {}, user_config.mappings)
217
218
219
setmetatable(dapui.config, {
0 commit comments