vimPlugins: cleanup unused inherit

This commit is contained in:
Matthieu Coudron 2022-12-26 00:20:52 +01:00
parent b5f421490b
commit fd7fff2151

View File

@ -7,7 +7,7 @@
let
inherit (vimUtils.override {inherit vim;})
buildVimPluginFrom2Nix vimGenDocHook vimCommandCheckHook;
buildVimPluginFrom2Nix;
inherit (lib) extends;