Dot_Files/.config/nvim/lua/plugins/configs/python-dap.lua

4 lines
123 B
Lua
Raw Normal View History

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