plugins.cmp-git.settings.gitlab.issues.format

Function used to format the issues.

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

Type: null or anything

Default: null

Declared by:

plugins.cmp-git.settings.gitlab.issues.limit

Max number of issues to fetch.

Plugin default: 100

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

Default: null

Declared by:

plugins.cmp-git.settings.gitlab.issues.sort_by

Function used to sort the issues.

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

Type: null or anything

Default: null

Declared by:

plugins.cmp-git.settings.gitlab.issues.state

Which issues to fetch ("open", "closed" or "all").

Plugin default: "open"

Type: null or string or raw lua code

Default: null

Declared by: