mirror of
https://github.com/neovim/neovim.git
synced 2026-02-03 19:11:23 +10:00
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
This commit is contained in:
committed by
Mathias Fußenegger
parent
ce9a9b4700
commit
dff684fdb3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user