Change configuration schema

This commit is contained in:
hrsh7th
2021-08-05 16:21:07 +09:00
parent cf61d0de50
commit 399cee4e24
3 changed files with 18 additions and 21 deletions

View File

@@ -69,7 +69,7 @@ cmp.TriggerEvent.TextChanged = 'TextChanged'
---@field select boolean
---@class cmp.SortingConfig
---@field public sort fun(entries: cmp.Entry[]): cmp.Entry[]
---@field public comparators function[]
---@class cmp.FormattingConfig
---@field public format fun(entry: cmp.Entry, suggeset_offset: number): vim.CompletedItem