vimPlugins.vim-go: update tools list

main
Sandro Jäckel 2 years ago
parent a0d62e8d2b
commit b8699bb45b
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 9
      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
{

Loading…
Cancel
Save