vimPlugins.hardhat-nvim: add nvimRequireCheck

This commit is contained in:
Matthieu Coudron 2024-03-19 00:52:05 +01:00
parent cf53c81a2d
commit 2bf7196dd4
1 changed files with 3 additions and 0 deletions

View File

@ -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 {