From c62cb2fc875379c8c0e680cf818368828328eda9 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 18 Mar 2024 13:41:57 +0100 Subject: [PATCH] vimPlugins.hardhat-nvim: add plenary-nvim dependency --- pkgs/applications/editors/vim/plugins/overrides.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 ]; };