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

Function used to format the commits.

Plugin default: {__raw = "require('cmp_git.format').git.commits";}

Type: null or anything

Default: null

Declared by:

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

Max number of git commits to fetch.

Plugin default: 100

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

Default: null

Declared by:

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

Function used to sort the commits.

Plugin default: {__raw = "require('cmp_git.sort').git.commits";}

Type: null or anything

Default: null

Declared by: