From f5c0772562b183af87b61c55e97ea87af5dea525 Mon Sep 17 00:00:00 2001 From: hrsh7th Date: Thu, 26 Aug 2021 17:10:45 +0900 Subject: [PATCH] Fix documents bug --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 626747d..f1843f0 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ 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[]) +#### completion.get_trigger_characters (type: fun(trigger_characters: string[]): string[]) The function to resolve trigger_characters.