From ff41ab8db39562e70e57a76c446f8373d5b9b2d0 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 28 Feb 2024 23:20:53 +0100 Subject: [PATCH] Switch git editor to nvim --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index bd78287..5cbfaa7 100644 --- a/gitconfig +++ b/gitconfig @@ -2,7 +2,7 @@ # [include] # path = $HOME/path/to/this/file [core] - editor = vim -f + editor = nvim -f excludesfile = .gitignore.local [commit] # Sign commits by default