aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorMathias Fussenegger <f.mathias@zignar.net>2024-10-08 19:04:28 +0200
committerMathias Fußenegger <mfussenegger@users.noreply.github.com>2024-10-20 14:43:22 +0200
commitdff684fdb3d2e787ac6d6fd49ec52ede604fd0ce (patch)
tree01bde7b45b183b771f1bfae5b436584cf95cc4b6 /runtime/doc
parentce9a9b4700262fb50312720bfdffbebfc7d8ef7a (diff)
downloadrneovim-dff684fdb3d2e787ac6d6fd49ec52ede604fd0ce.tar.gz
rneovim-dff684fdb3d2e787ac6d6fd49ec52ede604fd0ce.tar.bz2
rneovim-dff684fdb3d2e787ac6d6fd49ec52ede604fd0ce.zip
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
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/news.txt3
1 files changed, 3 insertions, 0 deletions
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