chore: updating dependencies, adding merge config, adding fnox tool
This commit is contained in:
@@ -7,3 +7,12 @@
|
||||
|
||||
[edit]
|
||||
command = "nvim"
|
||||
|
||||
[merge]
|
||||
command = "bcomp"
|
||||
args = [
|
||||
{{ printf "%q" "{{ .Destination }}" }},
|
||||
{{ printf "%q" "{{ .Source }}" }},
|
||||
{{ printf "%q" "{{ .Target }}" }},
|
||||
{{ printf "%q" "{{ .Source }}" }},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user