fix(lsp): change vim.lsp.get_active_clients.filter name annotation to string (#21624)

This commit is contained in:
Christian Segundo 2023-01-03 13:44:44 +01:00 committed by GitHub
parent a3c92f6b6c
commit 5b22b32e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1822,7 +1822,7 @@ end
---@class vim.lsp.get_active_clients.filter ---@class vim.lsp.get_active_clients.filter
---@field id number|nil Match clients by id ---@field id number|nil Match clients by id
---@field bufnr number|nil match clients attached to the given buffer ---@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. --- Get active clients.
--- ---