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