all repos

init.lua @ 6706f7cfceb5e5025d932fa0f32c0094f7b3d7b0

my nvim config

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

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

dapi.config("go_delve", {})