vimPlugins.hardhat-nvim: add overseer-nvim dependency

This commit is contained in:
Gaetan Lepage
2024-03-19 11:13:09 +01:00
committed by Matthieu Coudron
parent b36fb37731
commit 0c34530a34
@@ -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 {