all repos

init.lua @ 88596cd16f4c2e2b37bcd9c436d1458078438439

my nvim config
1 files changed, 6 insertions(+), 0 deletions(-)
added python debuger
Author: neoteny ss2316544@gmail.com
Committed at: 2021-11-10 17:52:55 +0200
Parent: 1726311
A ftplugin/python.lua

@@ -0,0 +1,6 @@

+local ok, dapi = pcall(require, "dap-install") +if not ok then + return +end + +dapi.config("python", {})