From b8c1b03f340516dbf37cc2426b2b74d5f494daeb Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 21 Dec 2022 22:20:41 +0100 Subject: Switch to nvim as git editor .config/git/config: Switch to nvim as git editor. --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index 4271c9a..f0d63a4 100644 --- a/.config/git/config +++ b/.config/git/config @@ -111,7 +111,7 @@ default = tracking [core] autocrlf = false - editor = vim + editor = nvim [advice] statusHints = false [diff] -- cgit v1.2.3-54-g00ecf