11 lines
163 B
Lua
11 lines
163 B
Lua
|
local M = { "jay-babu/mason-nvim-dap.nvim" }
|
||
|
|
||
|
M.opts = {
|
||
|
-- ensure_installed = {},
|
||
|
-- handlers = {},
|
||
|
}
|
||
|
|
||
|
M.cmd = { "DapInstall", "DapUninstall" }
|
||
|
|
||
|
return M
|