[[B]Commits] Use delta if available

This commit is contained in:
Junegunn Choi
2020-12-14 00:12:22 +09:00
parent 65b6cdb0f2
commit 54b3817db2
3 changed files with 7 additions and 4 deletions

View File

@@ -52,7 +52,8 @@ so you can omit it if you use a plugin manager that doesn't support hooks.
- [fzf][fzf-main] 0.23.0 or above
- For syntax-highlighted preview, install [bat](https://github.com/sharkdp/bat)
- `:GF?` will use [delta](https://github.com/dandavison/delta) if available
- If [delta](https://github.com/dandavison/delta) is available, `:GF?`,
`:Commits` and `:BCommits` will use it to format `git diff` output.
to format `git diff` output
- `Ag` requires [The Silver Searcher (ag)][ag]
- `Rg` requires [ripgrep (rg)][rg]