chore(fmt): stylua

This commit is contained in:
~hedy
2025-01-05 09:14:32 +08:00
parent 69e1e248ea
commit f7a3940b0e
6 changed files with 23 additions and 26 deletions

View File

@@ -47,7 +47,9 @@ end
-- use a stub if lspkind is missing or not configured
local lspkind = {
symbolic = function(kind, opts) return '' end
symbolic = function(kind, opts)
return ''
end,
}
---@param kind string|integer