mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(dap): added DapInstall and DapUninstall to cmds
This commit is contained in:
parent
54846ff763
commit
feaeab9fca
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue