mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
0e150f5510
commit
c06f50e895
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue