lazygit: Add preliminary configuration for lazygit
This commit is contained in:
parent
e3c7b2d052
commit
1d156d424f
2 changed files with 11 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,6 +10,7 @@ nvim/.local/share/nvim/lsp.log
|
||||||
nvim/.local/share/nvim/rplugin.vim
|
nvim/.local/share/nvim/rplugin.vim
|
||||||
fish/.config/fish/fish_variables
|
fish/.config/fish/fish_variables
|
||||||
mpd/.config/mpd/database
|
mpd/.config/mpd/database
|
||||||
|
lazygit/.config/lazygit/state.yml
|
||||||
__pycache__
|
__pycache__
|
||||||
__init__.py
|
__init__.py
|
||||||
*.patch
|
*.patch
|
||||||
|
|
10
lazygit/.config/lazygit/config.yml
Normal file
10
lazygit/.config/lazygit/config.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
git:
|
||||||
|
paging:
|
||||||
|
colorArg: always
|
||||||
|
pager: delta --dark --paging=never
|
||||||
|
gui:
|
||||||
|
theme:
|
||||||
|
selectedLineBgColor:
|
||||||
|
- reverse
|
||||||
|
selectedRangeBgColor:
|
||||||
|
- reverse
|
Loading…
Reference in a new issue