chore(build): auto-generate docs

This commit is contained in:
folke 2024-12-14 21:47:25 +00:00 committed by github-actions[bot]
parent 0e150f5510
commit c06f50e895

View file

@ -37,7 +37,7 @@ Similar plugins:
priority = 1,
enabled = true, -- enable indent guides
char = "│",
blank = vim.opt.listchars:get().space or " ",
blank = nil, ---@type string? blank space character. If nil, it will use listchars when list is enabled.
-- blank = "∙",
only_scope = false, -- only show indent guides of the scope
only_current = false, -- only show indent guides in the current window