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

Function used to format the issues.

Type: null or lua function string

Default: null

Plugin default: "require('cmp_git.format').git.issues"

Declared by:

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

Max number of issues to fetch.

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

Default: null

Plugin default: 100

Declared by:

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

Function used to sort the issues.

Type: null or lua function string

Default: null

Plugin default: "require('cmp_git.sort').git.issues"

Declared by:

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

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

Type: null or string or raw lua code

Default: null

Plugin default: "open"

Declared by: