fix: Fixing the nvim-dap configuration setup to properly install the

python debugpy debugger and set it up for use.
This commit is contained in:
2025-05-29 11:24:42 -05:00
parent 8cd0bcbb66
commit 6c228e4b4b
3 changed files with 53 additions and 22 deletions

View File

@@ -121,7 +121,6 @@ return {
end,
dependencies = {
'mason-org/mason-lspconfig.nvim',
'jay-babu/mason-nvim-dap.nvim',
},
lazy = false,
}