overlays: add 'gruvbox-nvim-old-diff'
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
This commit is contained in:
parent
0795a3d29b
commit
b6102124a1
3 changed files with 56 additions and 0 deletions
4
overlays/gruvbox-nvim-old-diff/default.nix
Normal file
4
overlays/gruvbox-nvim-old-diff/default.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
self: prev:
|
||||
{
|
||||
vimPlugins = prev.vimPlugins.extend (self.callPackage ./generated.nix { });
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue