1 files changed,
6 insertions(+),
0 deletions(-)
A
ftplugin/python.lua
@@ -0,0 +1,6 @@
+local ok, dapi = pcall(require, "dap-install") +if not ok then + return +end + +dapi.config("python", {})