vimPlugins: update on 2026-01-16 (#480746)

This commit is contained in:
Gaétan Lepage
2026-01-17 22:11:55 +00:00
committed by GitHub
3 changed files with 239 additions and 243 deletions
@@ -45,7 +45,6 @@ let
plugins = callPackage ./generated.nix {
inherit buildVimPlugin;
inherit (neovimUtils) buildNeovimPlugin;
};
corePlugins = callPackage ./corePlugins.nix { };
File diff suppressed because it is too large Load Diff
@@ -82,8 +82,8 @@ class VimEditor(nixpkgs_plugin_update.Editor):
{
lib,
buildVimPlugin,
buildNeovimPlugin,
fetchFromGitHub,
fetchgit,
}:
final: prev: {