fix git interactive add diff editing

This commit is contained in:
jacekpoz 2023-07-30 01:13:00 +02:00
parent 59bb53f16a
commit 4081c482e6

View file

@ -9,6 +9,11 @@
enable = true;
userName = "jacekpoz";
userEmail = "jacekpoz@cock.li";
includes = [
{
contents = { core.editor = "${pkgs.neovim}/bin/nvim"; };
}
];
};
};
}