feat(git): new delta options

This commit is contained in:
Sergio Laín 2024-09-07 14:38:42 +02:00
parent 0cb2c1c6d2
commit 7ff5b673e3
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -1,9 +1,9 @@
[includeIf "gitdir:~/dev/work/"]
path = ~/.config/git/config-work
[include] [include]
path = ~/.config/git/themes/catppuccin.gitconfig path = ~/.config/git/themes/catppuccin.gitconfig
[includeIf "gitdir:~/dev/work/"]
path = ~/.config/git/config-work
[user] [user]
name = Sergio Laín name = Sergio Laín
email = sergio.lac@pm.me email = sergio.lac@pm.me
@ -42,6 +42,8 @@
features = catppuccin-macchiato features = catppuccin-macchiato
side-by-side = false side-by-side = false
true-color = always true-color = always
hyperlinks = true
line-numbers = true
[merge] [merge]
tool = nvimdiff tool = nvimdiff