that automatically also change my stylua.toml to ignore everything cause I don't like the way it formats stuff
8 lines
217 B
Lua
8 lines
217 B
Lua
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
|
|
}
|