Disables snacks dashboard for nvim

This commit is contained in:
Dennis Schoepf 2025-02-13 12:02:29 +01:00
parent 7f97ee1031
commit 34e5be1f7c

View file

@ -5,7 +5,7 @@ return {
opts = { opts = {
bigfile = { enabled = true }, bigfile = { enabled = true },
dashboard = { dashboard = {
enabled = true, enabled = false,
sections = { sections = {
{ section = "keys", gap = 1, padding = 1 }, { section = "keys", gap = 1, padding = 1 },
{ section = "startup" }, { section = "startup" },