diff options
| -rw-r--r-- | .chezmoi.toml.tmpl | 5 |
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" |
