mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
vim-plugins: vim-go: add missing binaries gocode, gocode-mod and the go-tools
This commit is contained in:
parent
0f4f5d69a7
commit
f8f4b17d16
@ -14,7 +14,7 @@
|
||||
, asmfmt, delve, errcheck, godef, golint
|
||||
, gomodifytags, gotags, gotools, motion
|
||||
, gnused, reftools, gogetdoc, gometalinter
|
||||
, impl, iferr
|
||||
, impl, iferr, gocode, gocode-gomod, go-tools
|
||||
}:
|
||||
|
||||
let
|
||||
@ -261,6 +261,9 @@ with generated;
|
||||
asmfmt
|
||||
delve
|
||||
errcheck
|
||||
go-tools
|
||||
gocode
|
||||
gocode-gomod
|
||||
godef
|
||||
gogetdoc
|
||||
golint
|
||||
|
Loading…
Reference in New Issue
Block a user