all repos

dotfiles @ f4858d42a8c8c8a98f1ed22e22864b0b390e577a

my dotfiles

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", {})