diff options
Diffstat (limited to 'runtime/doc/lsp.txt')
-rw-r--r-- | runtime/doc/lsp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index d70c24bb54..3cbadb9bdb 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -1484,7 +1484,7 @@ get({filter}) *vim.lsp.inlay_hint.get()* vim.lsp.util.apply_text_edits(resolved_hint.textEdits, 0, client.encoding) location = resolved_hint.label[1].location - client.request("textDocument/hover", { + client.request('textDocument/hover', { textDocument = { uri = location.uri }, position = location.range.start, }) |