diff options
| author | Lewis Russell <lewis6991@gmail.com> | 2024-03-25 19:06:28 +0000 |
|---|---|---|
| committer | Lewis Russell <me@lewisr.dev> | 2024-03-25 21:09:57 +0000 |
| commit | a7bbda121d035d050b449b4dc63bd6ae027e248d (patch) | |
| tree | fb31bb2003624b57aee5a0b740822d8b8ca76e5a /runtime/doc | |
| parent | 3fd8292aaf215a17c3803ed84bc3b9dfd4931294 (diff) | |
| download | rneovim-a7bbda121d035d050b449b4dc63bd6ae027e248d.tar.gz rneovim-a7bbda121d035d050b449b4dc63bd6ae027e248d.tar.bz2 rneovim-a7bbda121d035d050b449b4dc63bd6ae027e248d.zip | |
fix(test): typing
Diffstat (limited to 'runtime/doc')
| -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 ed5e3b63f9..08fdf50f5b 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -1016,7 +1016,7 @@ Lua module: vim.lsp.client *lsp-client* • {capabilities} (`lsp.ClientCapabilities`) The capabilities provided by the client (editor or tool) • {dynamic_capabilities} (`lsp.DynamicCapabilities`) - • {request} (`fun(method: string, params: table?, handler: lsp.Handler?, bufnr: integer): boolean, integer?`) + • {request} (`fun(method: string, params: table?, handler: lsp.Handler?, bufnr: integer?): boolean, integer?`) Sends a request to the server. This is a thin wrapper around {client.rpc.request} with some additional checking. If {handler} is not |