wip
This commit is contained in:
parent
56397936f2
commit
56948f0f5a
4 changed files with 23 additions and 19 deletions
|
@ -4,13 +4,17 @@ return {
|
|||
lazy = false,
|
||||
---@type snacks.Config
|
||||
opts = {
|
||||
animate = { enabled = false },
|
||||
explorer = { enabled = false },
|
||||
indent = { enabled = false },
|
||||
scroll = { enabled = false },
|
||||
|
||||
bigfile = { enabled = true },
|
||||
quickfile = { enabled = true },
|
||||
|
||||
notifier = { enabled = true },
|
||||
indent = { enabled = true },
|
||||
input = { enabled = true },
|
||||
|
||||
---@class snacks.dashboard.Config
|
||||
---@field enabled? boolean
|
||||
---@field sections snacks.dashboard.Section
|
||||
---@field formats table<string, snacks.dashboard.Text|fun(item:snacks.dashboard.Item, ctx:snacks.dashboard.Format.ctx):snacks.dashboard.Text>
|
||||
dashboard = {
|
||||
row = nil,
|
||||
col = nil,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue