From 5c27c0c88412d04a2e6871dbddf374581db94fd3 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Wed, 17 Apr 2024 01:30:23 -0500 Subject: feat(chezmoi): set default edit command to nvim --- .chezmoi.toml.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to '.chezmoi.toml.tmpl') diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index c57e8b7..038acdc 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -27,5 +27,7 @@ git_email = {{ $git_email | quote }} git_name = {{ $git_name | quote }} + edit.command = "nvim" + [diff] exclude = ["scripts"] -- cgit v1.2.3