Skip to content

Commit

Permalink
docs: add *Delta* example for log_pager
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenxxiu committed Dec 8, 2024
1 parent 2593a45 commit 7812a3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Here's an example spec for [Lazy](https://github.com/folke/lazy.nvim), but you'r
dependencies = {
"nvim-lua/plenary.nvim", -- required
"sindrets/diffview.nvim", -- optional - Diff integration
"m00qek/baleia.nvim", -- optional - Required for a custom log pager

-- Only one of these is needed.
"nvim-telescope/telescope.nvim", -- optional
Expand Down Expand Up @@ -90,7 +91,7 @@ neogit.setup {
-- Show relative date by default. When set, use `strftime` to display dates
commit_date_format = nil,
log_date_format = nil,
-- When set, used to format the diff.
-- When set, used to format the diff. Requires *baleia* to colorize text with ANSI escape sequences. An example for *Delta* is `{ 'delta', '--width', '117' }`. It's recommended to set `disable_context_highlighting = true`, otherwise when the cursor is in the hunk, we lose background highlighting
log_pager = nil,
-- Used to generate URL's for branch popup action "pull request".
git_services = {
Expand Down

0 comments on commit 7812a3f

Please sign in to comment.