Removed delta

This commit is contained in:
James Patrick 2023-05-04 09:50:49 -04:00
parent b4d359684f
commit 5bd600b8e6
2 changed files with 0 additions and 14 deletions

View File

@ -5,19 +5,6 @@
[core]
editor = vim
[interactive]
diffFilter = delta --color-only
[delta]
features = line-numbers decorations
whitespace-error-style = 22 reverse
navigate = true
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold cyan ul
file-decoration-style = none
hunk-header-decoration-style = none
[github]
user = jamesepatrick
[alias]

View File

@ -5,7 +5,6 @@ source ${ZPLUG_HOME}/init.zsh
zplug "${ZDIR}/modules/bin/", from:local, as:command, use:"*"
zplug "junegunn/fzf-bin", from:gh-r, as:command, rename-to:fzf
zplug "dandavison/delta", from:gh-r, as:command, rename-to:delta
zplug "${ZDIR}/modules/alias/", from:local, as:plugin
zplug "${ZDIR}/modules/complete/", from:local, as:plugin, defer:2