default snacks with dashboard enabled

This commit is contained in:
Joost Agterhoek 2025-07-07 12:20:53 +02:00
parent a4e12d2b09
commit 7e79e355c7

9
lua/plugins/snacks.lua Normal file
View File

@ -0,0 +1,9 @@
return {
"folke/snacks.nvim",
priority = 1000,
lazy = false,
---@type snacks.Config
opts = {
dashboard = { enabled = true },
},
}