From 09cd6ff18b9b5de03d909291df13af9dbc6e26eb Mon Sep 17 00:00:00 2001 From: "Wael M. Nasreddine" Date: Wed, 14 Nov 2018 18:33:38 -0800 Subject: vimPlugins.vim-go: use the correct motion derivation for the dependency --- pkgs/misc/vim-plugins/overrides.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/misc') diff --git a/pkgs/misc/vim-plugins/overrides.nix b/pkgs/misc/vim-plugins/overrides.nix index 39b0246d0d38..bc4f0faefb40 100644 --- a/pkgs/misc/vim-plugins/overrides.nix +++ b/pkgs/misc/vim-plugins/overrides.nix @@ -12,7 +12,7 @@ # vim-go denpencies , asmfmt, delve, errcheck, godef, golint -, gomodifytags, gotags, gotools, motion +, gomodifytags, gotags, gotools, go-motion , gnused, reftools, gogetdoc, gometalinter , impl, iferr, gocode, gocode-gomod, go-tools }: @@ -265,6 +265,7 @@ with generated; asmfmt delve errcheck + go-motion go-tools gocode gocode-gomod @@ -277,7 +278,6 @@ with generated; gotools iferr impl - motion reftools ]; in { -- cgit 1.4.1