mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
e1f736d71f
commit
be31778952
1 changed files with 8 additions and 0 deletions
|
@ -27,3 +27,11 @@ Snacks.debug.backtrace()
|
|||
```lua
|
||||
Snacks.debug.inspect(...)
|
||||
```
|
||||
|
||||
### `Snacks.debug.profile()`
|
||||
|
||||
```lua
|
||||
---@param fn fun()
|
||||
---@param opts? {count?: number, flush?: boolean}
|
||||
Snacks.debug.profile(fn, opts)
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue