diff options
| author | Anton Bobov <anton@bobov.name> | 2025-12-18 23:03:15 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2025-12-25 14:27:25 +0500 |
| commit | f7a7833abf497351087f3583f6490f149bb374be (patch) | |
| tree | b4f18d3fb71ab4ae87091442ce13927f8ff9dbd9 /files/.config/lazygit/config.yml | |
| parent | 76c88387e6ba4e5da22d0cd75c1a3888b758453e (diff) | |
git: migrate to delta from diff-so-fancy
Diffstat (limited to 'files/.config/lazygit/config.yml')
| -rw-r--r-- | files/.config/lazygit/config.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/files/.config/lazygit/config.yml b/files/.config/lazygit/config.yml index 59c35e4..f248b4f 100644 --- a/files/.config/lazygit/config.yml +++ b/files/.config/lazygit/config.yml @@ -8,9 +8,8 @@ gui: frames: ['⠋', '⠙', '⠹', '⠸', '⠼', '⠴', '⠦', '⠧', '⠇', '⠏'] rate: 100 git: - paging: - colorArg: always - pager: diff-so-fancy + pagers: + - pager: delta --paging=never --hyperlinks-file-link-format="lazygit-edit://{path}:{line}" # Do not spawn a separate process when using GPG # https://github.com/jesseduffield/lazygit/discussions/3605#discussioncomment-9567079 overrideGpg: true |
