nix-dots/pkgs/nvim/config/git/diffview.nix

6 lines
51 B
Nix

{
plugins.diffview = {
enable = true;
};
}