From c1341f5486e6eeac8d390b0044a361052789559f Mon Sep 17 00:00:00 2001 From: Daniel Viberg Date: Wed, 3 Jan 2024 09:34:50 +0100 Subject: [PATCH] Added filterCompletionDuplicates to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b4b5c0..c0ed422 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,8 @@ call LspOptionsSet(#{ \ vsnipSupport: v:false, \ bufferCompletionTimeout: 100, \ customCompletionKinds: v:false, - \ completionKinds: {} + \ completionKinds: {}, + \ filterCompletionDuplicates: false, \ }) ``` -- 2.48.1