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

vimPlugins.hardhat-nvim: add plenary-nvim dependency

parent ffc73669
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -668,6 +668,10 @@
    dependencies = with self; [ guard-collection ];
  };

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

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