plugins.gitblame.enable

Whether to enable gitblame.

Type: boolean

Default: false

Example: true

Declared by:

plugins.gitblame.package

Which package to use for the gitblame plugin.

Type: package

Default: <derivation vimplugin-git-blame.nvim-2024-05-10>

Declared by:

plugins.gitblame.dateFormat

The format of the date fields in messageTemplate.

Plugin default: "%c"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.gitblame.delay

The delay in milliseconds after which the blame info will be displayed.

Plugin default: 0

Type: null or unsigned integer, meaning >=0, or raw lua code

Default: null

Declared by:

plugins.gitblame.displayVirtualText

If the blame message should be displayed as virtual text. You may want to disable this if you display the blame message in statusline.

Plugin default: 1

Type: null or null or boolean

Default: null

Declared by:

plugins.gitblame.extmarkOptions

nvim_buf_set_extmark optional parameters. (Warning: overwriting id and virt_text will break the plugin behavior)

Plugin default: ``

Type: null or (attribute set)

Default: null

Declared by:

plugins.gitblame.highlightGroup

The highlight group for virtual text.

Plugin default: "Comment"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.gitblame.ignoredFiletypes

A list of filetypes for which gitblame information will not be displayed.

Plugin default: ``

Type: null or (list of string)

Default: null

Declared by:

plugins.gitblame.messageTemplate

The template for the blame message that will be shown.

Plugin default: " <author> • <date> • <summary>"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.gitblame.messageWhenNotCommitted

The blame message that will be shown when the current modification hasn’t been committed yet.

Plugin default: " Not Committed Yet"

Type: null or string or raw lua code

Default: null

Declared by:

plugins.gitblame.virtualTextColumn

Have the blame message start at a given column instead of EOL. If the current line is longer than the specified column value the blame message will default to being displayed at EOL.

Plugin default: ``

Type: null or (unsigned integer, meaning >=0)

Default: null

Declared by: