mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
fix(lsp): change vim.lsp.get_active_clients.filter name annotation to string (#21624)
This commit is contained in:

committed by
GitHub

parent
a3c92f6b6c
commit
5b22b32e50
@@ -1822,7 +1822,7 @@ end
|
||||
---@class vim.lsp.get_active_clients.filter
|
||||
---@field id number|nil Match clients by id
|
||||
---@field bufnr number|nil match clients attached to the given buffer
|
||||
---@field name number|nil match clients by name
|
||||
---@field name string|nil match clients by name
|
||||
|
||||
--- Get active clients.
|
||||
---
|
||||
|
Reference in New Issue
Block a user