nvim: Remove Python DAP configuration
This commit is contained in:
parent
08e05cc3a9
commit
cb69346bc5
1 changed files with 0 additions and 11 deletions
|
|
@ -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,
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue