1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00
dotfiles/.config/lazygit/config.yml

23 lines
395 B
YAML
Raw Normal View History

2022-04-16 20:12:11 +00:00
gui:
2022-05-06 14:06:05 +00:00
sidePanelWidth: 0.2 # From 0 to 1
2022-04-16 20:12:11 +00:00
expandFocusedSidePanel: true
language: "en"
2022-05-06 14:06:05 +00:00
mouseEvents: false
2022-04-16 20:12:11 +00:00
showRandomTip: false
showCommandLog: false
2022-05-06 14:06:05 +00:00
showIcons: true
2022-04-16 20:12:11 +00:00
git:
paging:
colorArg: always
pager: delta --dark --paging=never
2022-05-06 14:06:05 +00:00
autoFetch: false
2022-04-16 20:12:11 +00:00
2022-05-06 14:06:05 +00:00
os:
editCommand: "nvim"
editCommandTemplate: "{{editor}} +{{line}} -- {{filename}}"
2022-04-16 20:12:11 +00:00
update:
method: prompt
days: 2