From 123c0b6b4e2d3f0665774b70b6bec79afbef4509 Mon Sep 17 00:00:00 2001 From: Maria José Solano Date: Sat, 26 Oct 2024 14:06:15 -0700 Subject: docs(lsp): document alternative for vim.lsp.util.jump_to_location --- runtime/doc/deprecated.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/doc') diff --git a/runtime/doc/deprecated.txt b/runtime/doc/deprecated.txt index 61666f4fe2..42c4df16e8 100644 --- a/runtime/doc/deprecated.txt +++ b/runtime/doc/deprecated.txt @@ -44,7 +44,8 @@ TREESITTER return the descendant itself. LSP -• *vim.lsp.util.jump_to_location* +• *vim.lsp.util.jump_to_location* Use |vim.lsp.util.show_document()| with + `{focus=true}` instead. • *vim.lsp.buf.execute_command* Use |Client:exec_cmd()| instead. • *vim.lsp.buf.completion* Use |vim.lsp.completion.trigger()| instead. -- cgit