From 6f62fd47a63e071d7554d9c225bc739816f4861e Mon Sep 17 00:00:00 2001 From: Daniel Viberg Date: Wed, 3 Jan 2024 08:55:09 +0100 Subject: [PATCH] Added doc for new option filterCompletionDuplicates --- doc/lsp.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/lsp.txt b/doc/lsp.txt index affcd3e..d45207c 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -660,6 +660,11 @@ bufferCompletionTimeout |Number| option. Specifies how long (in milliseconds) regard to timeout. By default this is set to 100 ms. + *lsp-opt-filterCompletionDuplicates* +filterCompletionDuplicates |Boolean| option. If enabled, duplicate completion + items sent from the server will be filtered to only + include one instance of the duplicates. + For example, to disable the automatic placement of signs for the LSP diagnostic messages, you can add the following line to your .vimrc file: > -- 2.48.1