kickstart.nvim/lua/custom/plugins/snacks.lua

11 lines
207 B
Lua

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