mirror of
https://github.com/folke/snacks.nvim
synced 2025-07-07 21:25:11 +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
|
siblings = false, -- expand single line scopes with single line siblings
|
||||||
-- what buffers to attach to
|
-- what buffers to attach to
|
||||||
filter = function(buf)
|
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,
|
end,
|
||||||
-- debounce scope detection in ms
|
-- debounce scope detection in ms
|
||||||
debounce = 30,
|
debounce = 30,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue