2025-07-07 12:20:53 +02:00
|
|
|
return {
|
|
|
|
"folke/snacks.nvim",
|
|
|
|
priority = 1000,
|
|
|
|
lazy = false,
|
|
|
|
---@type snacks.Config
|
|
|
|
opts = {
|
2025-07-16 16:36:59 +02:00
|
|
|
dashboard = {
|
|
|
|
enabled = true,
|
|
|
|
sections = {
|
|
|
|
{ icon = " ", title = "Keymaps", section = "keys", indent = 2, padding = 1 },
|
|
|
|
{ icon = " ", title = "Recent Files", section = "recent_files", indent = 2, padding = 1 },
|
|
|
|
{ icon = " ", title = "Projects", section = "projects", indent = 2, padding = 1 },
|
|
|
|
},
|
|
|
|
},
|
|
|
|
image = {},
|
2025-07-07 12:20:53 +02:00
|
|
|
},
|
|
|
|
}
|