Skip to content

Commit

Permalink
debugpy needs to be not bound to the dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
atropos112 committed Mar 21, 2024
1 parent 8a5de1b commit 0fbce42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/atro/plugins/lang_specific/python.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ return {
config = function()
require("atro.utils.mason").install("debugpy")
local dappy = require("dap-python")
dappy.setup("~/.local/share/nvim/mason/packages/debugpy/venv/bin/python") -- thats where Mason will drop it
dappy.setup()
dappy.test_runner = "pytest"
end,
},
Expand Down

0 comments on commit 0fbce42

Please sign in to comment.