chore: autogen (vimdocs+formating)
This commit is contained in:
parent
0521ada344
commit
b378660841
|
@ -34,7 +34,7 @@ M.sources = {
|
||||||
local diag_severity = vim.diagnostic.severity
|
local diag_severity = vim.diagnostic.severity
|
||||||
|
|
||||||
local function workspace_diag(severity)
|
local function workspace_diag(severity)
|
||||||
local count = vim.diagnostic.get(nil, {severity = severity})
|
local count = vim.diagnostic.get(nil, { severity = severity })
|
||||||
return vim.tbl_count(count)
|
return vim.tbl_count(count)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue