fix type of the config.autocomplete to accept false (#1624)

This commit is contained in:
kyoh86
2023-06-19 11:32:54 +09:00
committed by GitHub
parent b8c2a62b3b
commit fa492591fe

View File

@@ -111,7 +111,7 @@ cmp.ItemField = {
---@field documentation cmp.WindowConfig|nil
---@class cmp.CompletionConfig
---@field public autocomplete cmp.TriggerEvent[]
---@field public autocomplete cmp.TriggerEvent[]|false
---@field public completeopt string
---@field public get_trigger_characters fun(trigger_characters: string[]): string[]
---@field public keyword_length integer