diff options
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/lsp.txt | 2 | ||||
| -rw-r--r-- | runtime/doc/news.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index 6e5c85c019..87df1e06d6 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -1911,7 +1911,7 @@ make_floating_popup_options({width}, {height}, {opts}) |vim.lsp.util.open_floating_preview.Opts|. Return: ~ - (`table`) Options + (`vim.api.keyset.win_config`) *vim.lsp.util.make_formatting_params()* make_formatting_params({options}) diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index f82cf4453e..3ed1442a96 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -209,6 +209,8 @@ LSP `textDocument/rangesFormatting` request). • |vim.lsp.buf.code_action()| actions show client name when there are multiple clients. +• |vim.lsp.buf.signature_help()| can now cycle through different signatures + using `<C-s>` and also support multiple clients. LUA |