fix gitconfig, add lazygit

This commit is contained in:
w33ble
2026-03-07 18:46:03 -07:00
parent fa74d1c802
commit 1bfd36644c
2 changed files with 7 additions and 2 deletions

View File

@@ -4,8 +4,7 @@
defaultBranch = main
[core]
pager = delta
[editor]
vim
editor=vim
[diff]
[color]
ui = auto
@@ -75,6 +74,7 @@
navigate = true # use n and N to move between diff sections
#dark = true # or light = true, or omit for auto-detection
detect-dark-light = true
relative-paths = true
side-by-side = true
line-numbers = true
hunk-header-style = file line-number syntax

5
lazygit/config.yml Normal file
View File

@@ -0,0 +1,5 @@
gui:
showFileTree: false
git:
pagers:
- pager: delta --side-by-side=false --detect-dark-light=auto --paging=never