From 1919fd42a84a0c93143f38ffac4292533d0c9016 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 2 Mar 2023 08:34:10 -0800 Subject: [PATCH] [git] Set core.editor to nvim --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 9c6c4e2..a78f06e 100644 --- a/gitconfig +++ b/gitconfig @@ -2,7 +2,7 @@ name = Eryn Wells email = eryn@erynwells.me [core] - editor = vim + editor = nvim quotepath = false excludesfile = ~/.gitignore [color]