From 92343ab2aeaf1924d1a0a197811c8cc1fd50c212 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Sun, 1 Jun 2025 17:22:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=20nvim:=20=E5=9C=A8ToggleTerm=E5=85=A7?= =?UTF-8?q?=E9=83=A8=E7=94=B1git=E5=91=BC=E5=8F=AB=E5=88=B0=E7=B7=A8?= =?UTF-8?q?=E8=BC=AF=E5=99=A8=E6=99=82=EF=BC=8C=E4=BE=9D=E7=84=B6=E5=9C=A8?= =?UTF-8?q?Term=E5=85=A7=E9=83=A8=E4=B8=8D=E8=A6=81=E8=AE=93flatten?= =?UTF-8?q?=E6=8E=A5=E7=AE=A1=E8=AE=8A=E6=88=90Buffer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dot_gitconfig.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 5689dbd..f33cc77 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -14,6 +14,7 @@ {{ end }} [core] excludesfile = {{ joinPath .chezmoi.homeDir ".gitignore_global" }} + editor = unset NVIM && $EDITOR [difftool "sourcetree"] cmd = opendiff \"$LOCAL\" \"$REMOTE\" path =