all repos

gopher.nvim @ a873347

Minimalistic plugin for Go development
1 files changed, 1 insertions(+), 0 deletions(-)
feat(health): check if `impl` installed
Author: Smirnov Olexander ss2316544@gmail.com
Committed at: 2022-06-16 18:11:29 +0300
Parent: 6fd413c
M lua/gopher/health.lua

@@ -8,6 +8,7 @@ },

binarys = { { bin = "go", help = "required for GoMod command" }, { bin = "gomodifytags", help = "required for modify struct tags" }, + { bin = "impl", help = "required for interface implementing" }, }, }, }