mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
build: added metadata to plugins
This commit is contained in:
parent
70902eee9e
commit
140204fde5
26 changed files with 112 additions and 0 deletions
|
@ -6,6 +6,10 @@ local M = setmetatable({}, {
|
|||
end,
|
||||
})
|
||||
|
||||
M.meta = {
|
||||
desc = "Delete buffers without disrupting window layout",
|
||||
}
|
||||
|
||||
---@class snacks.bufdelete.Opts
|
||||
---@field buf? number Buffer to delete. Defaults to the current buffer
|
||||
---@field force? boolean Delete the buffer even if it is modified
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue