mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
bebf0bd38e
commit
eea7dccfde
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue