Adding DAP!

This commit is contained in:
2024-03-06 12:34:44 -06:00
parent b11ee41a48
commit ab7bac5d96
4 changed files with 111 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
return {
'mfussenegger/nvim-dap-python',
config = function()
require('dap-python').setup('~/.virtualenvs/debugpy/bin/python')
end,
}