You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---@fieldintegrations{ null_ls: boolean?, conform: boolean?, nvim-lint: boolean? }? enable or disable client name integrations
111
-
---@fieldmappings{ [string]: (string|fun(client: string): string)? }? add custom client name mappings ("*" will apply to all as a fallback)
111
+
---@fieldmappings{ [string]: false|string|fun(client: string): (false|string|nil) }? add custom client name mappings ("*" will apply to all as a fallback)
112
112
---@fieldtruncatenumber? percentage of statusline of the maximum width before truncation with ellipsis
0 commit comments