fix(dap): added DapInstall and DapUninstall to cmds
This commit is contained in:
@ -48,6 +48,7 @@ return {
|
||||
{
|
||||
"jay-babu/mason-nvim-dap.nvim",
|
||||
dependencies = "mason.nvim",
|
||||
cmd = { "DapInstall", "DapUninstall" },
|
||||
opts = {
|
||||
-- Makes a best effort to setup the various debuggers with
|
||||
-- reasonable debug configurations
|
||||
|
Reference in New Issue
Block a user