local M = {} M.dap = { plugin = true, n = { ["db"] = { " DapToggleBreakpoint ", "Add breakpoint at line", }, ["dr"] = { " DapContinue ", "Start or continue the debugger", } } } return M