all repos

init.lua @ 9669ea6d1ad8c4ec84270c86acaa62b0ca2480f6

my nvim config

init.lua/ftplugin/python.lua(view raw)

1
2
3
4
5
6
local ok, dapi = pcall(require, "dap-install")
if not ok then
  return
end

dapi.config("python", {})