diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-04-17 01:30:23 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | 5c27c0c88412d04a2e6871dbddf374581db94fd3 (patch) | |
| tree | 2e506af5bf3725e3fc0dae345112a42025e38631 /.chezmoi.toml.tmpl | |
| parent | 723c90ce81e4335122c8d81206d39169ebe0e7a8 (diff) | |
feat(chezmoi): set default edit command to nvim
Diffstat (limited to '.chezmoi.toml.tmpl')
| -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"] |
