Commit 29535b5b authored by Gaetan Lepage's avatar Gaetan Lepage Committed by Matthieu Coudron
Browse files

vimPlugins.cmp-git: add plenary dependency

parent 48dbfbc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -246,7 +246,7 @@
  };

  cmp-git = super.cmp-git.overrideAttrs {
    dependencies = with self; [ nvim-cmp ];
    dependencies = with self; [ nvim-cmp plenary-nvim ];
  };

  cmp-greek = super.cmp-greek.overrideAttrs {