vimPlugins.git-worktree-nvim: add plenary dependency (#341864)

authored by Gaétan Lepage and committed by GitHub 36e512b9 b4c20e3d

+4
+4
pkgs/applications/editors/vim/plugins/overrides.nix
··· 876 876 dependencies = with self; [ plenary-nvim ]; 877 877 }; 878 878 879 + git-worktree-nvim = super.git-worktree-nvim.overrideAttrs { 880 + dependencies = with super; [ plenary-nvim ]; 881 + }; 882 + 879 883 guard-nvim = super.guard-nvim.overrideAttrs { 880 884 dependencies = with self; [ guard-collection ]; 881 885 };