luaPackages.gitsigns-nvim: remove noop override

`toVimPlugin` function mentioned is added with #178180.
This commit is contained in:
ilkecan 2022-09-29 15:59:07 +00:00 committed by Matthieu Coudron
parent 49b5c1f562
commit 9314243820

View file

@ -514,12 +514,6 @@ with prev;
'';
});
# TODO just while testing, remove afterwards
# toVimPlugin should do it instead
gitsigns-nvim = prev.gitsigns-nvim.overrideAttrs (oa: {
nativeBuildInputs = oa.nativeBuildInputs or [ ] ++ [ vimUtils.vimGenDocHook ];
});
# aliases
cjson = prev.lua-cjson;
}