vimPlugins.hardhat-nvim: add plenary-nvim dependency

This commit is contained in:
Gaetan Lepage 2024-03-18 13:41:57 +01:00 committed by Matthieu Coudron
parent ffc736695c
commit c62cb2fc87

View File

@ -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 ];
};