local M = {} M.dap = { plugin = true, n = { ["db"] = { " DapToggleBreakpoint ", "Add breakpoint at line", }, ["dr"] = { " DapContinue ", "Start or continue the debugger", }, ["pf"] = { "Telescope find_files", "Open Telescope", }, ["lc"] = { " VimtexCompile ", "Start latex compiler and preview", }, ["ls"] = { " VimtexStop ", "Stop latex compiler", }, } } return M