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 = {
bigfile = { enabled = true },
dashboard = {
enabled = true,
enabled = false,
sections = {
{ section = "keys", gap = 1, padding = 1 },
{ section = "startup" },