debugging updates

This commit is contained in:
christianchiarulli 2021-07-05 13:58:38 -04:00
parent 1940bd26a6
commit 279e01f2f3
3 changed files with 3 additions and 3 deletions

View file

@ -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