vimPlugins.hardhat-nvim: add plenary-nvim dependency
This commit is contained in:
committed by
Matthieu Coudron
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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user