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

vimPlugins.hardhat-nvim: add overseer-nvim dependency

parent b36fb377
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -669,7 +669,7 @@
  };

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

  harpoon = super.harpoon.overrideAttrs {