Skip to content

Commit

Permalink
fix(dap): added DapInstall and DapUninstall to cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Apr 16, 2023
1 parent 54846ff commit feaeab9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazyvim/plugins/extras/dap/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit feaeab9

Please sign in to comment.