mirror of
https://github.com/folke/snacks.nvim
synced 2025-07-07 13:15:08 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
73c4b62896
commit
cedbc68912
1 changed files with 7 additions and 0 deletions
|
@ -171,6 +171,13 @@ The terminal id is based on the `cmd`, `cwd`, `env` and `vim.v.count1` options.
|
|||
Snacks.terminal.get(cmd, opts)
|
||||
```
|
||||
|
||||
### `Snacks.terminal.list()`
|
||||
|
||||
```lua
|
||||
---@return snacks.win[]
|
||||
Snacks.terminal.list()
|
||||
```
|
||||
|
||||
### `Snacks.terminal.open()`
|
||||
|
||||
Open a new terminal window.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue