Unverified Commit 20490cda authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

Merge pull request #333506 from khaneliman/yazi

vimPlugins.yazi-nvim: add plenary dependency
parents 5af003f7 9d524a21
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 \