Skip to content

Commit

Permalink
fix(dap): added DapInstall and DapUninstall to cmds
Browse files Browse the repository at this point in the history
folke committed Apr 16, 2023

Verified

This commit was signed with the committer’s verified signature.
davorpa David Ordás
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
@@ -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

0 comments on commit feaeab9

Please sign in to comment.