telescope-media-files-nvim: Add overrides

This commit is contained in:
The Hedgehog 2022-07-27 07:16:17 -04:00
parent a400056f2d
commit d8dfcb73d4
No known key found for this signature in database

View File

@ -824,6 +824,10 @@ self: super: {
meta.platforms = lib.platforms.all;
});
telescope-media-files-nvim = super.telescope-media-files-nvim.overrideAttrs (old: {
dependencies = with self; [ telescope-nvim popup-nvim plenary-nvim ];
});
telescope-nvim = super.telescope-nvim.overrideAttrs (old: {
dependencies = with self; [ plenary-nvim ];
});