mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
vimPlugins.hardhat-nvim: add nvimRequireCheck
This commit is contained in:
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user