Skip to content

Commit d935c02

Browse files
committed
docs: for *Delta*, hyperlinks must be disabled in its *Git* config section
1 parent f04415e commit d935c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ neogit.setup {
9191
-- Show relative date by default. When set, use `strftime` to display dates
9292
commit_date_format = nil,
9393
log_date_format = nil,
94-
-- 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
94+
-- When set, used to format the diff. Requires *baleia* to colorize text with ANSI escape sequences. An example for *Delta* is `{ 'delta', '--width', '117' }`. For *Delta*, hyperlinks must be disabled in its *Git* config section, for text to be colorized properly. It's recommended to set `disable_context_highlighting = true`, otherwise when the cursor is in the hunk, we lose background highlighting
9595
log_pager = nil,
9696
-- Used to generate URL's for branch popup action "pull request".
9797
git_services = {

0 commit comments

Comments
 (0)