snacks.nvim/docs/meta.md
Folke Lemaitre ad5b44cf04
ci: docgen
2024-12-10 13:54:33 +01:00

540 B

🍿 meta

📚 Types

---@class snacks.meta.Meta
---@field desc string
---@field needs_setup? boolean
---@field hide? boolean
---@field readme? boolean
---@field docs? boolean
---@field health? boolean
---@field types? boolean
---@field config? boolean
---@class snacks.meta.Plugin
---@field name string
---@field file string
---@field meta snacks.meta.Meta
---@field health? fun()

📦 Module

Snacks.meta.get()

Get the metadata for all snacks plugins

Snacks.meta.get()