From d9dc9dbc572ea358e3aabe9b2ea6d6a0ca2dfd93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Fo=CC=88rster?= Date: Thu, 3 Apr 2025 22:49:44 +0200 Subject: [PATCH] add lazygit config --- .config/lazygit/config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .config/lazygit/config.yml diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml new file mode 100644 index 0000000..8ae6b81 --- /dev/null +++ b/.config/lazygit/config.yml @@ -0,0 +1,14 @@ +os: + editCommand: 'floterm' + +gui: + theme: + selectedLineBgColor: + - underline + selectedRangeBgColor: + - underline + +git: + paging: + colorArg: never + pager: delta --dark --paging=never \ No newline at end of file