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

@@ -187,6 +187,11 @@ length of the word to the left of the cursor is less than `keyword_length`.
Default: `1`
### completion.get_trigger_characters (type: fun(trigger_characters: string[]): string[])
The function to resolve trigger_characters.
Default: `function(trigger_characters) return trigger_characters end`
#### completion.completeopt (type: string)