summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2024-04-17 01:33:44 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commit26d089b80516a92846284821157a0c30303600dc (patch)
tree92de48af4e210cbe7677bea444dfb7c852a88730
parent5c27c0c88412d04a2e6871dbddf374581db94fd3 (diff)
fix(chezmoi): fix syntax for edit command declaration
-rw-r--r--.chezmoi.toml.tmpl5
1 files changed, 3 insertions, 2 deletions
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"