From 12d00977762325726d319d2a22a4e259967acdfa Mon Sep 17 00:00:00 2001 From: "shane.xb.qian" Date: Fri, 14 Apr 2023 20:28:27 +0800 Subject: [PATCH] none: correct completionTextEdit doc tag --- doc/lsp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lsp.txt b/doc/lsp.txt index 45d1284..c06181a 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -380,7 +380,7 @@ completionMatcher |String| option. Enable fuzzy or case insensitive case - case sensitive matching (default). fuzzy - fuzzy match completion items. icase - ignore case when matching items. - *lsp-opt-noAdditionalTextEdits* + *lsp-opt-completionTextEdit* completionTextEdit |Boolean| option. If true, apply the LSP server supplied text edits after a completion. If a snippet plugin is going to apply the text edits, then set -- 2.50.0