mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
chore(build): auto-generated vimdocs
This commit is contained in:
parent
0af0926373
commit
eec6503bc0
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ Easily create and manage floating windows or splits
|
|||
---@field row? number|fun(self:snacks.win):number Row of the window. Use <1 for relative row. (default: center)
|
||||
---@field minimal? boolean Disable a bunch of options to make the window minimal (default: true)
|
||||
---@field position? "float"|"bottom"|"top"|"left"|"right"|"current"
|
||||
---@field border? "none"|"top"|"right"|"bottom"|"left"|"hpad"|"vpad"|"rounded"|"single"|"double"|"solid"|"shadow"|"bold"|string[]|false|true
|
||||
---@field border? "none"|"top"|"right"|"bottom"|"left"|"top_bottom"|"hpad"|"vpad"|"rounded"|"single"|"double"|"solid"|"shadow"|"bold"|string[]|false|true
|
||||
---@field buf? number If set, use this buffer instead of creating a new one
|
||||
---@field file? string If set, use this file instead of creating a new buffer
|
||||
---@field enter? boolean Enter the window after opening (default: false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue