vimPlugins.git-worktree-nvim: add plenary dependency

This commit is contained in:
Austin Horstman
2024-09-14 10:34:35 -05:00
parent 418918ebb1
commit fe89dcbcef
@@ -876,6 +876,10 @@
dependencies = with self; [ plenary-nvim ];
};
git-worktree-nvim = super.git-worktree-nvim.overrideAttrs {
dependencies = with super; [ plenary-nvim ];
};
guard-nvim = super.guard-nvim.overrideAttrs {
dependencies = with self; [ guard-collection ];
};