From 98c5355f9e6b103162c54e00906c554ba0d25686 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 11 Oct 2025 17:38:24 -0600 Subject: [PATCH] feat: add lazygit config --- dot_config/lazygit/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dot_config/lazygit/config.yml diff --git a/dot_config/lazygit/config.yml b/dot_config/lazygit/config.yml new file mode 100644 index 0000000000000000000000000000000000000000..fe8d8e4dfd222b0d9f44eda5e391602af488f166 --- /dev/null +++ b/dot_config/lazygit/config.yml @@ -0,0 +1,5 @@ +git: + paging: + colorArg: always + pager: delta --paging=never + autoFetch: false