all repos

init.lua @ 12c56783ca3f35708564ec04269e331df2ef0003

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