vimPlugins.hardhat-nvim: add nvimRequireCheck

This commit is contained in:
Matthieu Coudron
2024-03-19 21:51:52 +01:00
parent cf53c81a2d
commit 2bf7196dd4
@@ -670,6 +670,9 @@
hardhat-nvim = super.hardhat-nvim.overrideAttrs {
dependencies = with self; [ overseer-nvim plenary-nvim ];
doInstallCheck = true;
nvimRequireCheck = "hardhat";
};
harpoon = super.harpoon.overrideAttrs {