Merge pull request #333506 from khaneliman/yazi

vimPlugins.yazi-nvim: add plenary dependency
This commit is contained in:
Gaétan Lepage 2024-08-09 23:21:16 +02:00 committed by GitHub
commit 20490cda7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 \