]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Added doc for new option filterCompletionDuplicates
authorDaniel Viberg <daniel_viberg@outlook.com>
Wed, 3 Jan 2024 07:55:09 +0000 (08:55 +0100)
committerDaniel Viberg <daniel_viberg@outlook.com>
Wed, 3 Jan 2024 07:55:09 +0000 (08:55 +0100)
doc/lsp.txt

index affcd3ea4956f1255acc46df7d73990254c6fac1..d45207cb5d5bc0a7067c333b80e67cde5a1953c5 100644 (file)
@@ -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: >