Implement config.confirmation.get_commit_characters

This commit is contained in:
hrsh7th
2021-09-03 21:35:23 +09:00
parent 675a72e2e8
commit b832719c68
4 changed files with 67 additions and 59 deletions

View File

@@ -74,6 +74,7 @@ cmp.PreselectMode.None = 'none'
---@class cmp.ConfirmationConfig
---@field public default_behavior cmp.ConfirmBehavior
---@field public get_commit_characters fun(commit_characters: string[]): string[]
---@class cmp.SortingConfig
---@field public priority_weight number