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

The fields used for issues.

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

Default: null

Plugin default:

[
  "title"
  "number"
  "body"
  "updatedAt"
  "state"
]

Declared by:

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

The filter to use when fetching issues.

Type: null or string or raw lua code

Default: null

Plugin default: "all"

Declared by:

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