Skip to content

Commit 30694e8

Browse files
committed
refactor(git): clean up delta and ghq settings
- Drop invalid delta.negative option (silently ignored by current delta) - Add delta.navigate and delta.hyperlinks for better pager UX - Drop dead ghq root ~/go/src (GOPATH-era leftover, no longer exists)
1 parent 088a23a commit 30694e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

git/config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@
6767
sh = show
6868

6969
[delta]
70-
negative = true
7170
features = side-by-side line-numbers decorations
71+
navigate = true
72+
hyperlinks = true
7273
minus-style = normal "#660000"
7374
minus-emph-style = normal "#e00b00"
7475
plus-style = syntax "#084200"
@@ -83,5 +84,4 @@
8384
hunk-header-decoration-style = cyan box ul
8485

8586
[ghq]
86-
root = ~/go/src
8787
root = ~/ghq

0 commit comments

Comments
 (0)