build: added metadata to plugins

This commit is contained in:
Folke Lemaitre 2024-12-10 11:18:06 +01:00
parent 70902eee9e
commit 140204fde5
26 changed files with 112 additions and 0 deletions

View file

@ -6,6 +6,10 @@ local M = setmetatable({}, {
end,
})
M.meta = {
desc = "Open LazyGit in a float, auto-configure colorscheme and integration with Neovim",
}
---@alias snacks.lazygit.Color {fg?:string, bg?:string, bold?:boolean}
---@class snacks.lazygit.Theme: table<number, snacks.lazygit.Color>