feat: add impl support

docs: add impl
This commit is contained in:
Smirnov Olexander 2022-06-15 12:44:04 +03:00
parent e4323581be
commit 6fd413c4c2
5 changed files with 104 additions and 7 deletions

View file

@ -2,6 +2,7 @@ local Job = require "plenary.job"
local M = {
urls = {
gomodifytags = "github.com/fatih/gomodifytags",
impl = "github.com/josharian/impl",
},
}