plugins.cmp-git.settings.github.mentions.format
Function used to format the mentions.
Type: null or lua function string
Default:
null
Plugin default: "require('cmp_git.format').git.mentions"
Declared by:
plugins.cmp-git.settings.github.mentions.limit
Max number of mentions 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.mentions.sort_by
Function used to sort the mentions.
Type: null or lua function string
Default:
null
Plugin default: "require('cmp_git.sort').git.mentions"
Declared by: