Dot_Files/.config/nvim/lua/plugins/configs/python-dap.lua
2022-05-11 21:00:57 -05:00

4 lines
123 B
Lua
Executable File

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