plugins.cmp-git.settings.git.commits.format

Function used to format the commits.

Type: null or lua function string

Default: null

Plugin default: require('cmp_git.format').git.commits

Declared by:

plugins.cmp-git.settings.git.commits.limit

Max number of git commits to fetch.

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

Default: null

Plugin default: 100

Declared by:

plugins.cmp-git.settings.git.commits.sort_by

Function used to sort the commits.

Type: null or lua function string

Default: null

Plugin default: require('cmp_git.sort').git.commits

Declared by: