refactor(nvim): pull in vim plugins properly
All checks were successful
/ check (push) Successful in 9s
/ check-renovaterc (push) Successful in 3s
/ build-packages (push) Successful in 13s
/ build-vm (push) Successful in 1s
/ report-size (push) Successful in 4s

This way should be faster to evaluate and more correct as we follow the
way done in nixpkgs.
This commit is contained in:
Jalil David Salamé Messina 2025-04-21 18:54:53 +02:00
parent 5358188ad1
commit 46ba379d08
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 7 additions and 13 deletions

View file

@ -1,11 +0,0 @@
{ pkgs }:
let
overlay = pkgs.callPackage ./generated.nix {
inherit (pkgs.vimUtils) buildVimPlugin buildNeovimPlugin;
};
plugins = overlay pkgs pkgs;
in
{
inherit overlay;
inherit (plugins) nvim-silicon;
}