Dot_Files/.config/nvim/lua/plugins/configs/python-dap.lua
2022-02-19 13:33:20 -06:00

4 lines
123 B
Lua

local dap_python = require("dap-python")
dap_python.setup("~/.venvs/debugpy/bin/python")
dap_python.test_runner = "pytest"