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

The fields used for pull requests.

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.pull_requests.format

Function used to format the pull requests.

Type: null or lua function string

Default: null

Plugin default: require('cmp_git.format').git.pull_requests

Declared by:

plugins.cmp-git.settings.github.pull_requests.limit

Max number of pull requests 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.pull_requests.sort_by

Function used to sort the pull requests.

Type: null or lua function string

Default: null

Plugin default: require('cmp_git.sort').git.pull_requests

Declared by:

plugins.cmp-git.settings.github.pull_requests.state

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

Type: null or string or raw lua code

Default: null

Plugin default: "open"

Declared by: