From a1f52ffbfe3799741b74d8bf549967a1d2684b47 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Sat, 14 Feb 2026 23:28:49 -0500 Subject: [PATCH] Add lazygit config with delta syntax highlighting --- Makefile | 2 +- lazygit/.config/lazygit/config.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 lazygit/.config/lazygit/config.yml diff --git a/Makefile b/Makefile index 1970586..117fb29 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -STOW_PACKAGES = zsh git nvim tmux karabiner ghostty claude +STOW_PACKAGES = zsh git nvim tmux karabiner ghostty claude lazygit install: brew install stow diff --git a/lazygit/.config/lazygit/config.yml b/lazygit/.config/lazygit/config.yml new file mode 100644 index 0000000..3e0f61f --- /dev/null +++ b/lazygit/.config/lazygit/config.yml @@ -0,0 +1,4 @@ +git: + paging: + pager: delta --dark --paging=never --line-numbers --hyperlinks --hyperlinks-file-link-format="lazygit-edit://{path}:{line}" + colorArg: always