]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
Added filterCompletionDuplicates to readme
authorDaniel Viberg <daniel_viberg@outlook.com>
Wed, 3 Jan 2024 08:34:50 +0000 (09:34 +0100)
committerDaniel Viberg <daniel_viberg@outlook.com>
Wed, 3 Jan 2024 08:34:50 +0000 (09:34 +0100)
README.md

index 5b4b5c0f640f9fc9a3de985e82b21438f969de97..c0ed422ee01c441229a5a3db0699f653777386a2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -150,7 +150,8 @@ call LspOptionsSet(#{
         \   vsnipSupport: v:false,
         \   bufferCompletionTimeout: 100,
         \   customCompletionKinds: v:false,
-        \   completionKinds: {}
+        \   completionKinds: {},
+        \   filterCompletionDuplicates: false,
        \ })
 ```