mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
docs: do not hardcode LSP version in URL #25648
This commit is contained in:

committed by
GitHub

parent
0892c1cd94
commit
c46a6c065e
@@ -1829,7 +1829,7 @@ do --[[ References ]]
|
||||
---@param bufnr integer Buffer id
|
||||
---@param references table List of `DocumentHighlight` objects to highlight
|
||||
---@param offset_encoding string One of "utf-8", "utf-16", "utf-32".
|
||||
---@see https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocumentContentChangeEvent
|
||||
---@see https://microsoft.github.io/language-server-protocol/specification/#textDocumentContentChangeEvent
|
||||
function M.buf_highlight_references(bufnr, references, offset_encoding)
|
||||
validate({
|
||||
bufnr = { bufnr, 'n', true },
|
||||
|
Reference in New Issue
Block a user