vimPlugins.vim-go: use the correct motion derivation for the dependency

This commit is contained in:
Wael M. Nasreddine 2018-11-14 18:33:38 -08:00
parent a9e2b3853f
commit 09cd6ff18b
No known key found for this signature in database
GPG Key ID: 82AE0A31B33CEFCF

View File

@ -12,7 +12,7 @@
# vim-go denpencies # vim-go denpencies
, asmfmt, delve, errcheck, godef, golint , asmfmt, delve, errcheck, godef, golint
, gomodifytags, gotags, gotools, motion , gomodifytags, gotags, gotools, go-motion
, gnused, reftools, gogetdoc, gometalinter , gnused, reftools, gogetdoc, gometalinter
, impl, iferr, gocode, gocode-gomod, go-tools , impl, iferr, gocode, gocode-gomod, go-tools
}: }:
@ -265,6 +265,7 @@ with generated;
asmfmt asmfmt
delve delve
errcheck errcheck
go-motion
go-tools go-tools
gocode gocode
gocode-gomod gocode-gomod
@ -277,7 +278,6 @@ with generated;
gotools gotools
iferr iferr
impl impl
motion
reftools reftools
]; ];
in { in {