Mercurial > dotfiles
comparison .chezmoi.toml.tmpl @ 681:9f8854fc3cc2
Configure neovim as chezmoi mergetool
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 01 Oct 2022 22:21:35 +0200 |
parents | 174245fca5a3 |
children | 0b30faf23a07 |
comparison
equal
deleted
inserted
replaced
680:723e5bae256b | 681:9f8854fc3cc2 |
---|---|
29 [data] | 29 [data] |
30 email = {{ $email | quote }} | 30 email = {{ $email | quote }} |
31 name = {{ $name | quote }} | 31 name = {{ $name | quote }} |
32 signingkey = {{ $signingkey | quote }} | 32 signingkey = {{ $signingkey | quote }} |
33 font_size = {{ $font_size | quote }} | 33 font_size = {{ $font_size | quote }} |
34 | |
35 [merge] | |
36 command = "nvim" | |
37 args = ["-d", {{ "{{ .Destination }}" | quote }}, {{ "{{ .Source }}" | quote }}, {{ "{{ .Target }}" | quote }}] |