Skip to content

Commit

Permalink
fix(README): add default config.current_line_blame_opts.virt_text_pri…
Browse files Browse the repository at this point in the history
…ority
  • Loading branch information
rafascar authored and lewis6991 committed Oct 26, 2023
1 parent 5a9a6ac commit af0f583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ require('gitsigns').setup {
virt_text_pos = 'eol', -- 'eol' | 'overlay' | 'right_align'
delay = 1000,
ignore_whitespace = false,
virt_text_priority = 100,
},
current_line_blame_formatter = '<author>, <author_time:%Y-%m-%d> - <summary>',
sign_priority = 6,
Expand Down
1 change: 1 addition & 0 deletions doc/gitsigns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ of the default settings:
virt_text_pos = 'eol', -- 'eol' | 'overlay' | 'right_align'
delay = 1000,
ignore_whitespace = false,
virt_text_priority = 100,
},
current_line_blame_formatter = '<author>, <author_time:%Y-%m-%d> - <summary>',
sign_priority = 6,
Expand Down

0 comments on commit af0f583

Please sign in to comment.