3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #178000 from SuperSandro2000/vim-go

vimPlugins.vim-go: update tools list
This commit is contained in:
Sandro 2022-06-17 11:41:27 +02:00 committed by GitHub
commit 5f9fd821c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1027,6 +1027,7 @@ self: super: {
vim-go = super.vim-go.overrideAttrs (old:
let
binPath = lib.makeBinPath [
# TODO: package commented packages
asmfmt
delve
errcheck
@ -1040,11 +1041,15 @@ self: super: {
golangci-lint
gomodifytags
gopls
gotags
gotools
# gorename
# gotags
gotools # contains staticcheck
# guru
iferr
impl
# keyify
reftools
# revive
];
in
{