plugins.gitsigns.settings.current_line_blame_opts.delay
Sets the delay (in milliseconds) before blame virtual text is displayed.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 1000
Declared by:
plugins.gitsigns.settings.current_line_blame_opts.ignore_whitespace
Ignore whitespace when running blame.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.gitsigns.settings.current_line_blame_opts.virt_text
Whether to show a virtual text blame annotation
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.gitsigns.settings.current_line_blame_opts.virt_text_pos
Blame annotation position.
Available values:
eol
Right after eol character.overlay
Display over the specified column, without shifting the underlying text.right_align
Display right aligned in the window.
Type: null or one of “eol”, “overlay”, “right_align” or raw lua code
Default:
null
Plugin default: "eol"
Declared by:
plugins.gitsigns.settings.current_line_blame_opts.virt_text_priority
Priority of virtual text.
Type: null or unsigned integer, meaning >=0, or raw lua code
Default:
null
Plugin default: 100
Declared by: