all repos

gopher.nvim @ c1de269ef42d16f64745d2e8afb6fdbb8096f855

Minimalistic plugin for Go development
1 files changed, 1 insertions(+), 0 deletions(-)
feat(installer): add gotests
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-06-21 17:58:10 +0300
Parent: 70297f2
M lua/gopher/installer.lua

@@ -2,6 +2,7 @@ local Job = require "plenary.job"

local urls = { gomodifytags = "github.com/fatih/gomodifytags", impl = "github.com/josharian/impl", + gotests = "github.com/cweill/gotests", } local function install(pkg)