return { "mfussenegger/nvim-dap-python", requires = "mfussenegger/nvim-dap", function() local debugpy = core.mason.get_pkg_path("debugpy", "/venv/bin/python3") require("dap-python").setup(debugpy) end }