diff options
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/lsp.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index 4bafb622a6..3aef5bb7dd 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -780,6 +780,8 @@ get_active_clients({filter}) *vim.lsp.get_active_clients()* • bufnr (number): Only return clients attached to this buffer • name (string): Only return clients with the given name + • method (string): Only return clients supporting the given + method Return: ~ lsp.Client []: List of |vim.lsp.client| objects |