diff options
author | christianchiarulli <[email protected]> | 2021-07-05 13:58:38 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-05 13:58:38 -0400 |
commit | 279e01f2f35948afa185115b100254cd1496277b (patch) | |
tree | 5e4c7251b6b42b0a2f14c4fba95ceafc7fed4a3b /ftplugin/python.lua | |
parent | 1940bd26a6538210f2e03dd657705d532c67a097 (diff) |
debugging updates
Diffstat (limited to 'ftplugin/python.lua')
-rw-r--r-- | ftplugin/python.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/python.lua b/ftplugin/python.lua index d7db1977..62464397 100644 --- a/ftplugin/python.lua +++ b/ftplugin/python.lua @@ -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 |