vimPlugins.hardhat-nvim: add overseer-nvim dependency

authored by Gaetan Lepage and committed by Matthieu Coudron 0c34530a b36fb377

+1 -1
+1 -1
pkgs/applications/editors/vim/plugins/overrides.nix
··· 669 669 }; 670 670 671 671 hardhat-nvim = super.hardhat-nvim.overrideAttrs { 672 - dependencies = with self; [ plenary-nvim ]; 672 + dependencies = with self; [ overseer-nvim plenary-nvim ]; 673 673 }; 674 674 675 675 harpoon = super.harpoon.overrideAttrs {