From af5d292fbf51946ed508222cdefca3caed364971 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 5 Jul 2021 00:52:36 -0400 Subject: basic python debugging --- ftplugin/python.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ftplugin') diff --git a/ftplugin/python.lua b/ftplugin/python.lua index abb75e2a..04fe2ded 100644 --- a/ftplugin/python.lua +++ b/ftplugin/python.lua @@ -75,3 +75,6 @@ if O.lang.python.autoformat then }, } end + +local dap_install = require("dap-install") +dap_install.config("python_dbg", {}) -- cgit v1.2.3