vimPlugins.hardhat-nvim: add overseer-nvim dependency

This commit is contained in:
Gaetan Lepage 2024-03-19 11:05:39 +01:00 committed by Matthieu Coudron
parent b36fb37731
commit 0c34530a34

@ -669,7 +669,7 @@
};
hardhat-nvim = super.hardhat-nvim.overrideAttrs {
dependencies = with self; [ plenary-nvim ];
dependencies = with self; [ overseer-nvim plenary-nvim ];
};
harpoon = super.harpoon.overrideAttrs {