1
0
Fork 0

nvim: Remove Python DAP configuration

This commit is contained in:
Olli 2026-02-22 12:23:05 +01:00
commit cb69346bc5

View file

@ -1,11 +0,0 @@
return {
"https://codeberg.org/mfussenegger/nvim-dap-python",
dependencies = {
"https://codeberg.org/mfussenegger/nvim-dap",
},
lazy = true,
ft = { "python" },
config = function()
require('dap-python').setup()
end,
}