chore(build): auto-generate docs

This commit is contained in:
folke 2025-10-19 05:41:01 +00:00 committed by github-actions[bot]
parent bebf0bd38e
commit eea7dccfde

View file

@ -74,7 +74,7 @@ in [mini.indentscope](https://github.com/nvim-mini/mini.indentscope).
-- Alternatively, you can set them manually in your config,
-- using the `Snacks.scope.textobject` and `Snacks.scope.jump` functions.
keys = {
---@type table<string, snacks.scope.TextObject|{desc?:string}>
---@type table<string, snacks.scope.TextObject|{desc?:string}|false>
textobject = {
ii = {
min_size = 2, -- minimum size of the scope
@ -90,7 +90,7 @@ in [mini.indentscope](https://github.com/nvim-mini/mini.indentscope).
desc = "full scope",
},
},
---@type table<string, snacks.scope.Jump|{desc?:string}>
---@type table<string, snacks.scope.Jump|{desc?:string}|false>
jump = {
["[i"] = {
min_size = 1, -- allow single line scopes