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
e0f882e6d6
commit
70e7e081ee
1 changed files with 3 additions and 3 deletions
|
@ -158,9 +158,9 @@ Snacks.scope.attach(cb, opts)
|
|||
### `Snacks.scope.get()`
|
||||
|
||||
```lua
|
||||
---@param opts? snacks.scope.Opts
|
||||
---@return snacks.scope.Scope?
|
||||
Snacks.scope.get(opts)
|
||||
---@param cb fun(scope?: snacks.scope.Scope)
|
||||
---@param opts? snacks.scope.Opts|{parse?:boolean}
|
||||
Snacks.scope.get(cb, opts)
|
||||
```
|
||||
|
||||
### `Snacks.scope.jump()`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue