nvim/lua/hsta/plugins/snacks.lua
2025-05-08 06:57:37 -04:00

17 lines
373 B
Lua

return {
{
"folke/snacks.nvim",
priority = 1000,
lazy = false,
enabled = false,
---@type snacks.Config
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
bigfile = { enabled = true },
dashboard = { enabled = true },
notifier = { enabled = true },
},
},
}