load snacks types

This commit is contained in:
Nick Burt 2026-02-09 20:07:27 -06:00
parent 4ca32d30a0
commit 44ec0be42f
1 changed files with 2 additions and 0 deletions

View File

@ -2,7 +2,9 @@ return {
'folke/snacks.nvim', 'folke/snacks.nvim',
priority = 1000, priority = 1000,
lazy = false, lazy = false,
---@type snacks.Config
opts = { opts = {
--TODO: Use this for a bit and compare to mini dashboard
dashboard = { enabled = true }, dashboard = { enabled = true },
}, },
} }