Skip to content

Commit

Permalink
Less is ?
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 authored Jul 20, 2024
1 parent fb67e1e commit 734949b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .chezmoi.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,7 @@
terminfosearch = [{{range $each := $terminfosearch}}"{{$each}}", {{end}}]
termfallback = [{{range $each := $termfallback}}"{{$each}}", {{end}}]

{{if stat $nvimdiffLocation -}}
[diff]
command = "$nvimdiffLocation -dm"

command = "less"
[merge]
command = "$nvimdiffLocation -d"
{{end -}}
command = "less"

0 comments on commit 734949b

Please sign in to comment.