소스 검색

update python debug check

christianchiarulli 4 년 전
부모
커밋
a34b0836c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ftplugin/python.lua

+ 1 - 1
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