mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
540 B
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()