yegappan / lsp

Language Server Protocol (LSP) plugin for Vim9
MIT License
458 stars 49 forks source link

Added option for removing duplicate completion items #434

Closed DanielViberg closed 8 months ago

DanielViberg commented 8 months ago

Fixes https://github.com/yegappan/lsp/issues/433

Note, this solution seems to work for volar and php lsp, I'm unsure of how it will behave in other servers. Feedback i welcome on what keys should be used when comparing completion items.