Add completion.get_trigger_characters as configurable option

This commit is contained in:
hrsh7th
2021-08-26 16:49:43 +09:00
parent 698c3c4bf5
commit ec3f8aedaf
4 changed files with 15 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ cmp.PreselectMode.None = 'none'
---@field public completeopt string
---@field public keyword_pattern string
---@field public keyword_length number
---@field public get_trigger_characters fun(trigger_characters: string[]): string[]
---@class cmp.DocumentationConfig
---@field public border string[]