mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
vimPlugins.vim-go: update tools list
This commit is contained in:
parent
a0d62e8d2b
commit
b8699bb45b
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user