all repos

init.lua @ 1c0b1821cb22ed24de8dc135ae9604bfdd8c6204

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