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

4 lines
123 B
Lua
Raw Normal View History

2022-05-11 21:00:57 -05:00
local dap_python = require('dap-python')
dap_python.setup('~/.venvs/debugpy/bin/python')
dap_python.test_runner = 'pytest'