commit 174a95b4a1f6315587d2626969db1ba48dcd5ec7 parent a472b8369e83bb0acd1d9305e4c6ca69848705c1 Author: Jake Bauer <jbauer@paritybit.ca> Date: Thu, 20 Jan 2022 02:25:15 -0500 Explicitly use neovim for git Diffstat:
M | .config/git/config | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/git/config b/.config/git/config @@ -1,5 +1,5 @@ [core] - editor = vim + editor = nvim autocrlf = input [user] email = jbauer@paritybit.ca