chore(build): auto-generate docs

This commit is contained in:
folke 2024-12-11 09:36:08 +00:00 committed by github-actions[bot]
parent 7b5a78a5c7
commit 512982b196

View file

@ -38,7 +38,7 @@ Similar plugins:
},
-- what buffers to animate
filter = function(buf)
return vim.g.snacks_scroll ~= false and vim.b[buf].snacks_scroll ~= false
return vim.g.snacks_scroll ~= false and vim.b[buf].snacks_scroll ~= false and vim.bo[buf].buftype ~= "terminal"
end,
}
```