Update generated neovim config
This commit is contained in:
@ -67,6 +67,7 @@ of the default settings:
|
||||
delay = 1000,
|
||||
ignore_whitespace = false,
|
||||
virt_text_priority = 100,
|
||||
use_focus = true,
|
||||
},
|
||||
current_line_blame_formatter = '<author>, <author_time:%R> - <summary>',
|
||||
sign_priority = 6,
|
||||
@ -821,6 +822,7 @@ current_line_blame_opts *gitsigns-config-current_line_blame_opts*
|
||||
Default: >
|
||||
`{
|
||||
delay = 1000,
|
||||
use_focus = true,
|
||||
virt_text = true,
|
||||
virt_text_pos = "eol",
|
||||
virt_text_priority = 100
|
||||
@ -844,6 +846,8 @@ current_line_blame_opts *gitsigns-config-current_line_blame_opts*
|
||||
Ignore whitespace when running blame.
|
||||
• virt_text_priority: integer
|
||||
Priority of virtual text.
|
||||
• use_focus: boolean
|
||||
Enable only when buffer is in focus
|
||||
• extra_opts: string[]
|
||||
Extra options passed to `git-blame`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user