mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 16:14:50 +00:00
vimPlugins.hardhat-nvim: add plenary-nvim dependency
This commit is contained in:
parent
ffc736695c
commit
c62cb2fc87
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user