vimPlugins.yazi-nvim: add plenary dependency

Discovered in https://github.com/nix-community/nixvim/pull/1999 test
that it has a dependency on plenary.
This commit is contained in:
Austin Horstman
2024-08-09 12:46:13 -05:00
parent 1fbf6e93bd
commit 9d524a2175
@@ -2078,6 +2078,10 @@
sourceRoot = ".";
};
yazi-nvim = super.yazi-nvim.overrideAttrs {
dependencies = with self; [ plenary-nvim ];
};
YouCompleteMe = super.YouCompleteMe.overrideAttrs {
buildPhase = ''
substituteInPlace plugin/youcompleteme.vim \