mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-19 18:25:22 +02:00
debugging updates
This commit is contained in:
parent
1940bd26a6
commit
279e01f2f3
3 changed files with 3 additions and 3 deletions
|
@ -76,7 +76,7 @@ if O.lang.python.autoformat then
|
|||
}
|
||||
end
|
||||
|
||||
if O.plugin.dap_install.active then
|
||||
if O.plugin.debug.active and O.plugin.dap_install.active then
|
||||
local dap_install = require("dap-install")
|
||||
dap_install.config("python_dbg", {})
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue