mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
Merge #24116 from justinmk/doc
This commit is contained in:
@@ -2457,7 +2457,7 @@ end
|
||||
--- buffer number as arguments. Example:
|
||||
--- <pre>lua
|
||||
--- vim.lsp.for_each_buffer_client(0, function(client, client_id, bufnr)
|
||||
--- print(vim.inspect(client))
|
||||
--- vim.print(client)
|
||||
--- end)
|
||||
--- </pre>
|
||||
---@deprecated use lsp.get_active_clients({ bufnr = bufnr }) with regular loop
|
||||
|
Reference in New Issue
Block a user