feat: add gomodifytags support
This commit is contained in:
parent
ca1bc4bd06
commit
303b539475
4 changed files with 144 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
local Job = require "plenary.job"
|
||||
local M = {
|
||||
urls = {},
|
||||
urls = {
|
||||
gomodifytags = "github.com/fatih/gomodifytags",
|
||||
},
|
||||
}
|
||||
|
||||
local function install(pkg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue