mirror of
https://github.com/folke/snacks.nvim
synced 2025-07-07 13:15:08 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
5315e267ff
commit
453333530b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue