plugins.cmp-git.settings.github.issues.fields

The fields used for issues.

Plugin default: ["title" "number" "body" "updatedAt" "state"]

Type: null or (list of (string or raw lua code))

Default: null

Declared by:

plugins.cmp-git.settings.github.issues.filter

The filter to use when fetching issues.

Plugin default: "all"

Type: null or string or raw lua code

Default: null

Declared by:

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

Function used to format the issues.

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

Type: null or anything

Default: null

Declared by:

plugins.cmp-git.settings.github.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.github.issues.sort_by

Function used to sort the issues.

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

Type: null or anything

Default: null

Declared by:

plugins.cmp-git.settings.github.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: