mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-19 10:15:01 +02:00
basic python debugging
This commit is contained in:
parent
4bbf4c290a
commit
af5d292fbf
3 changed files with 36 additions and 30 deletions
|
@ -75,3 +75,6 @@ if O.lang.python.autoformat then
|
|||
},
|
||||
}
|
||||
end
|
||||
|
||||
local dap_install = require("dap-install")
|
||||
dap_install.config("python_dbg", {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue