feat(git): add delta

This commit is contained in:
Oliver Davies 2022-07-18 12:36:32 +01:00
parent 78433fed83
commit 719d4f52d2
3 changed files with 17 additions and 2 deletions

View file

@ -0,0 +1,8 @@
---
- name: Install
community.general.cargo:
name:
- git-delta
path: /usr/local
state: latest
become: true

View file

@ -83,6 +83,10 @@
[core]
editor = nvim
excludesFile = ~/.gitignore-global
pager = delta
[delta]
line-numbers = true
[diff]
tool = vimdiff