just some changes

This commit is contained in:
Squibid 2025-10-21 02:45:07 -04:00
parent 597de90d41
commit fac895e919
Signed by: squibid
GPG key ID: BECE5684D3C4005D
3 changed files with 2 additions and 13 deletions

View file

@ -129,13 +129,4 @@ return {
}
end
},
{ "mfussenegger/nvim-dap-python",
reqs = "mfussenegger/nvim-dap",
lazy = dep_short.ft("python"),
load = function()
local debugpy = core.mason.get_pkg_path("debugpy", "/venv/bin/python3")
require("dap-python").setup(debugpy)
end
}
}