I dislike the new style of diff [1]. Thankfully somebody wrote a patch to configure it [2] (though not completely to my liking, so the local patch here is a bit different). I used it as a basis, but made it always revert, rather than configurable. [1]: https://github.com/ellisonleao/gruvbox.nvim/issues/290 [2]: https://github.com/ellisonleao/gruvbox.nvim/pull/291
4 lines
94 B
Nix
4 lines
94 B
Nix
self: prev:
|
|
{
|
|
vimPlugins = prev.vimPlugins.extend (self.callPackage ./generated.nix { });
|
|
}
|