luaPackages.gitsigns-nvim: remove noop override
`toVimPlugin` function mentioned is added with #178180.
This commit is contained in:
parent
49b5c1f562
commit
9314243820
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue