feat: add dlv as dep
This commit is contained in:
parent
93be1b1d6f
commit
aa535e7ed1
3 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ local M = {
|
|||
{ bin = c.gomodifytags, help = "required for modify struct tags" },
|
||||
{ bin = c.impl, help = "required for interface implementing" },
|
||||
{ bin = c.gotests, help = "required for test(s) generation" },
|
||||
{ bin = c.dlv, help = "required for debugger(nvim-dap)" },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue