Bruno BELANYI
ccab4d0952
To fix [1] and [2] until the plug-in gets bumped. [1]: https://github.com/ellisonleao/gruvbox.nvim/issues/335 [2]: https://github.com/ellisonleao/gruvbox.nvim/issues/340
5 lines
94 B
Nix
5 lines
94 B
Nix
self: prev:
|
|
{
|
|
vimPlugins = prev.vimPlugins.extend (self.callPackage ./generated.nix { });
|
|
}
|