From 54857605ad297a6ee032cd00b1610b90e52feb04 Mon Sep 17 00:00:00 2001 From: Ben Kreeger Date: Tue, 3 Jun 2025 09:26:38 -0500 Subject: [PATCH] Change editor to nvim, properly --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index f21f24a..785f3dd 100644 --- a/gitconfig +++ b/gitconfig @@ -4,7 +4,7 @@ signingkey = 1F33DAF2F49E4046 [core] excludesfile = ~/.gitignore.global - editor = vim + editor = nvim compression = 0 packedGitLimit = 512m packedGitWindowSize = 512m