refactor(nvim): pull in vim plugins properly
This way should be faster to evaluate and more correct as we follow the way done in nixpkgs.
This commit is contained in:
parent
5358188ad1
commit
46ba379d08
2 changed files with 7 additions and 13 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue