From dff684fdb3d2e787ac6d6fd49ec52ede604fd0ce Mon Sep 17 00:00:00 2001 From: Mathias Fussenegger Date: Tue, 8 Oct 2024 19:04:28 +0200 Subject: feat(lsp)!: support multiple clients in lsp.buf.references Relates to: - https://github.com/neovim/neovim/issues/17712 - https://github.com/neovim/neovim/issues/30034 --- runtime/doc/news.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime/doc') diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index f2338331fa..def66a0773 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -77,6 +77,9 @@ LSP customizing the transformation of an LSP CompletionItem to |complete-items|. • |vim.lsp.diagnostic.from()| can be used to convert a list of |vim.Diagnostic| objects into their LSP diagnostic representation. +• |vim.lsp.buf.references()| now handles multiple clients but no longer + triggers the global `textDocument/references` handler from + `vim.lsp.handlers` LUA -- cgit