+1
lua/gopher/config.lua
+1
lua/gopher/config.lua
+1
lua/gopher/health.lua
+1
lua/gopher/health.lua
···
15
15
{ bin = c.gomodifytags, help = "required for modify struct tags" },
16
16
{ bin = c.impl, help = "required for interface implementing" },
17
17
{ bin = c.gotests, help = "required for test(s) generation" },
18
+
{ bin = c.dlv, help = "required for debugger(nvim-dap)" },
18
19
},
19
20
},
20
21
}