Files
vim-ale/delta

title, homepage, tagline
title homepage tagline
delta https://github.com/dandavison/delta delta: A syntax-highlighting pager for git and diff output

To update or switch versions, run webi delta (or @0.9.1, @0.9.0, etc).

Cheat Sheet

Install delta and add this to your ~/.gitconfig:

[pager]
    diff = delta
    show = delta
    log = delta
    blame = delta
    reflog = delta

[interactive]
    diffFilter = delta --color-only

Make sure to check out the helpful ReadMe