mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(lsp): change vim.lsp.get_active_clients.filter name annotation to string (#21624)
This commit is contained in:
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.
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user