chore(build): auto-generate docs

This commit is contained in:
folke 2025-03-01 08:57:20 +00:00 committed by github-actions[bot]
parent 5315e267ff
commit 453333530b

View file

@ -41,7 +41,7 @@ in [mini.indentscope](https://github.com/echasnovski/mini.indentscope).
siblings = false, -- expand single line scopes with single line siblings
-- what buffers to attach to
filter = function(buf)
return vim.bo[buf].buftype == ""
return vim.bo[buf].buftype == "" and vim.b[buf].snacks_scope ~= false and vim.g.snacks_scope ~= false
end,
-- debounce scope detection in ms
debounce = 30,