mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-22 14:26:45 +00:00
docs: fix hl_group docgen
This commit is contained in:
parent
7967abe557
commit
e41dffcbaf
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ function M.colors(opts)
|
|||
{ "---", "---", "---" },
|
||||
}
|
||||
Util.foreach(require(opts.modname).colors, function(group, link)
|
||||
link = type(link) == "table" and vim.inspect(link) or link
|
||||
lines[#lines + 1] = { "**" .. opts.name .. group .. "**", "***" .. link .. "***", comments[group] or "" }
|
||||
end)
|
||||
return { content = M.table(lines) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue