diff options
author | christianchiarulli <[email protected]> | 2021-07-10 00:09:44 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-10 00:09:44 -0400 |
commit | a34b0836c0cbe618e57d2d5076d44a8f8fcec8c2 (patch) | |
tree | a39bf23c2708ddce45dd644e7b3752f7ed759097 /ftplugin/python.lua | |
parent | 92f6b59cda217a196941508e8d24186260b5d91b (diff) |
update python debug check
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 0cf7c1a7..297c5f33 100644 --- a/ftplugin/python.lua +++ b/ftplugin/python.lua @@ -63,7 +63,7 @@ if not require("lv-utils").check_lsp_client_active "pyright" then } end -if O.plugin.debug.active and O.plugin.dap_install.active then +if O.plugin.dap.active then local dap_install = require "dap-install" dap_install.config("python_dbg", {}) end |