vim.lsp.get_clients.Filter
Key-value pairs used to filter the returned clients.
@inlinedoc
Fields4
Filter.id : nil | integer
Only return clients with the given id
Filter.bufnr : nil | integer
Only return clients attached to this buffer
Filter.name : nil | string
Only return clients with the given name
Filter.method : vim.lsp.protocol.Method.ClientToServer | nil
Only return clients supporting the given method