From: Daniel Viberg Date: Wed, 3 Jan 2024 07:55:09 +0000 (+0100) Subject: Added doc for new option filterCompletionDuplicates X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=6f62fd47a63e071d7554d9c225bc739816f4861e;p=vim-lsp.git Added doc for new option filterCompletionDuplicates --- 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: >