fix(dap): added DapInstall and DapUninstall to cmds

This commit is contained in:
Folke Lemaitre
2023-04-16 21:56:38 +02:00
parent 54846ff763
commit feaeab9fca

View File

@ -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