diff options
| -rw-r--r-- | .chezmoi.toml.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
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"] |
