fix: Fixing the python DAP config as it was just not functioning

correctly with the Mason setup.
This commit is contained in:
2025-07-26 20:30:10 -05:00
parent 0b14709875
commit c7055d45f9
2 changed files with 10 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
return {
'mfussenegger/nvim-dap-python',
config = function()
require('dap-python').setup('~/.virtualenvs/debugpy/bin/python')
require('dap-python').setup('~/.local/share/nvim/mason/packages/debugpy/venv/bin/python')
end,
}