aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authortom-anders <13141438+tom-anders@users.noreply.github.com>2024-05-04 10:13:08 +0200
committertom-anders <13141438+tom-anders@users.noreply.github.com>2024-05-07 21:34:28 +0200
commit5c40f3e86a81f78f821b8c75dafc3ce2ce67e1c5 (patch)
tree0d55dc618b4d90a4147d337bc175fe649199b757 /runtime/doc
parentb0cc85c00504dc5530ab5d6c5fa03f3fa96d5a1a (diff)
downloadrneovim-5c40f3e86a81f78f821b8c75dafc3ce2ce67e1c5.tar.gz
rneovim-5c40f3e86a81f78f821b8c75dafc3ce2ce67e1c5.tar.bz2
rneovim-5c40f3e86a81f78f821b8c75dafc3ce2ce67e1c5.zip
feat(lsp): support vim.lsp.ListOpts.loclist in location_handler()
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index ed994472ac..60cc3c48a4 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -266,6 +266,9 @@ The following new APIs and features were added.
respective capability can be unset.
• |vim.lsp.start()| accepts a "silent" option for suppressing messages
if an LSP server failed to start.
+ • |vim.lsp.buf.definition()|, |vim.lsp.buf.declaration()|,
+ |vim.lsp.buf.type_definition()|, and |vim.lsp.buf.implementation()| now
+ support the `loclist` field of |vim.lsp.ListOpts|.
• Treesitter
• Bundled parsers and queries (highlight, folds) for Markdown, Python, and