local M = {} M.dap = { plugin = true, n = { ["db"] = {" DapToggleBreakpoint "} } } M.dap_python = { plugin = true, n = { ["dpr"] = { function() require('dap-python').test_method() end } } } return M