From b8699bb45b46d56f98bab3d54837909ef5343e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 17 Jun 2022 10:56:07 +0200 Subject: [PATCH] vimPlugins.vim-go: update tools list --- pkgs/applications/editors/vim/plugins/overrides.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 744e9c16faf..347f4c6ac30 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 {