diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 6e3b231f38bd..c7e9a115ea46 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -668,6 +668,10 @@ dependencies = with self; [ guard-collection ]; }; + hardhat-nvim = super.hardhat-nvim.overrideAttrs { + dependencies = with self; [ plenary-nvim ]; + }; + harpoon = super.harpoon.overrideAttrs { dependencies = with self; [ plenary-nvim ]; };