nvim_runtime_lua

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

Only return clients supporting the given method