fix gitconfig, add lazygit
This commit is contained in:
@@ -4,8 +4,7 @@
|
|||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
[core]
|
[core]
|
||||||
pager = delta
|
pager = delta
|
||||||
[editor]
|
editor=vim
|
||||||
vim
|
|
||||||
[diff]
|
[diff]
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
@@ -75,6 +74,7 @@
|
|||||||
navigate = true # use n and N to move between diff sections
|
navigate = true # use n and N to move between diff sections
|
||||||
#dark = true # or light = true, or omit for auto-detection
|
#dark = true # or light = true, or omit for auto-detection
|
||||||
detect-dark-light = true
|
detect-dark-light = true
|
||||||
|
relative-paths = true
|
||||||
side-by-side = true
|
side-by-side = true
|
||||||
line-numbers = true
|
line-numbers = true
|
||||||
hunk-header-style = file line-number syntax
|
hunk-header-style = file line-number syntax
|
||||||
|
|||||||
5
lazygit/config.yml
Normal file
5
lazygit/config.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
gui:
|
||||||
|
showFileTree: false
|
||||||
|
git:
|
||||||
|
pagers:
|
||||||
|
- pager: delta --side-by-side=false --detect-dark-light=auto --paging=never
|
||||||
Reference in New Issue
Block a user