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 dependencies = with self; [ plenary-nvim ]; 877 }; 878 879 guard-nvim = super.guard-nvim.overrideAttrs { 880 dependencies = with self; [ guard-collection ]; 881 };
··· 876 dependencies = with self; [ plenary-nvim ]; 877 }; 878 879 + git-worktree-nvim = super.git-worktree-nvim.overrideAttrs { 880 + dependencies = with super; [ plenary-nvim ]; 881 + }; 882 + 883 guard-nvim = super.guard-nvim.overrideAttrs { 884 dependencies = with self; [ guard-collection ]; 885 };