Skip to content

Commit 6bff3ca

Browse files
committed
docs: switch from * to , as help documents treat that as a tag
1 parent c7a8a34 commit 6bff3ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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' }`. 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
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
-- Show message with spinning animation when a git command is running.
9797
process_spinner = false,

doc/neogit.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ to Neovim users.
109109
-- Show relative date by default. When set, use `strftime` to display dates
110110
commit_date_format = nil,
111111
log_date_format = nil,
112-
-- When set, used to format the diff. Requires *baleia* to colorize text with ANSI escape sequences. An example for
113-
-- *Delta* is `{ 'delta', '--width', '117' }`. For *Delta*, hyperlinks must be disabled in its *Git* config section,
112+
-- When set, used to format the diff. Requires `baleia` to colorize text with ANSI escape sequences. An example for
113+
-- `Delta` is `{ 'delta', '--width', '117' }`. For `Delta`, hyperlinks must be disabled in its git config section,
114114
-- for text to be colorized properly. It's recommended to set `disable_context_highlighting = true`, otherwise when
115115
-- the cursor is in the hunk, we lose background highlighting
116116
log_pager = nil,

0 commit comments

Comments
 (0)