From a34b0836c0cbe618e57d2d5076d44a8f8fcec8c2 Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Sat, 10 Jul 2021 00:09:44 -0400 Subject: update python debug check --- ftplugin/python.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin/python.lua') 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 -- cgit v1.2.3