From 26d089b80516a92846284821157a0c30303600dc Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Wed, 17 Apr 2024 01:33:44 -0500 Subject: fix(chezmoi): fix syntax for edit command declaration --- .chezmoi.toml.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.chezmoi.toml.tmpl') diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 038acdc..f9a8b7a 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -27,7 +27,8 @@ git_email = {{ $git_email | quote }} git_name = {{ $git_name | quote }} - edit.command = "nvim" - [diff] exclude = ["scripts"] + +[edit] + command = "nvim" -- cgit v1.2.3