mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
docs: do not hardcode LSP version in URL #25648
This commit is contained in:
committed by
GitHub
parent
0892c1cd94
commit
c46a6c065e
@@ -623,7 +623,7 @@ M[ms.window_showDocument] = function(_, result, ctx, _)
|
||||
return { success = success or false }
|
||||
end
|
||||
|
||||
---@see https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_inlayHint_refresh
|
||||
---@see https://microsoft.github.io/language-server-protocol/specification/#workspace_inlayHint_refresh
|
||||
M[ms.workspace_inlayHint_refresh] = function(err, result, ctx, config)
|
||||
return require('vim.lsp.inlay_hint').on_refresh(err, result, ctx, config)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user