From 1bf8248030bb3c413faa86497c3881f0baf179d2 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Thu, 16 May 2024 09:42:07 +0200 Subject: [PATCH] gitconfig: use Neovim instead of vim for [-v]erbose commits --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 8f60a75..8eb371b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,7 +3,7 @@ email = waste@lugh.ch [core] - editor = vim + editor = nvim [color] branch = auto