Add vPlug mock to tests.

This commit is contained in:
Kevin Baensch 2024-11-30 17:20:46 +01:00
parent a8697a6254
commit c4918b9704
Signed by: derped
GPG key ID: C0F1D326C7626543

View file

@ -27,6 +27,9 @@ let
};
symlinkJoin = { name, paths }@set: set;
stylua = "";
vPlug = {
lazy-nvim = "";
};
vimPlugins.lazy-nvim = "";
};
luaUtils = import ../pkgs/luaUtils.nix { inherit lib pkgs; };