From 96003eb0b9a134fd2e0f4d88a741e9894e454e00 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 7 Feb 2022 19:24:07 +0000 Subject: [PATCH] feat(golang): update global package list --- zsh/golang.zsh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zsh/golang.zsh b/zsh/golang.zsh index cbdf2dc..e7415ab 100755 --- a/zsh/golang.zsh +++ b/zsh/golang.zsh @@ -31,6 +31,7 @@ install_go_global_packages() { github.com/kisielk/errcheck@latest github.com/lighttiger2505/sqls@latest github.com/mdempsky/unconvert@latest + github.com/nametake/golangci-lint-langserver@latest github.com/ramya-rao-a/go-outline@latest github.com/rogpeppe/godef@latest github.com/segmentio/golines@latest @@ -41,7 +42,8 @@ install_go_global_packages() { golang.org/x/tools/cmd/guru@latest golang.org/x/tools/cmd/stringer@latest golang.org/x/tools/gopls@latest - mvdan.cc/gofumpt/gofumports@latest + google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest + google.golang.org/protobuf/cmd/protoc-gen-go@latest mvdan.cc/gofumpt@latest )