From c477b9f8e82e271c672eaf93b5e4e394104b44f2 Mon Sep 17 00:00:00 2001 From: LostNeophyte Date: Mon, 31 Oct 2022 19:25:21 +0100 Subject: fix(alpha): make startify sections always appear (#3371) --- lua/lvim/core/alpha/startify.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/lvim/core/alpha/startify.lua b/lua/lvim/core/alpha/startify.lua index b1e83d1d..e9d10a07 100644 --- a/lua/lvim/core/alpha/startify.lua +++ b/lua/lvim/core/alpha/startify.lua @@ -21,19 +21,16 @@ function M.get_sections() entries = { { "e", lvim.icons.ui.NewFile .. " New File", "ene!" }, }, - val = {}, } local bottom_buttons = { entries = { { "q", "Quit", "quit" }, }, - val = {}, } local footer = { type = "group", - val = {}, } return { -- cgit v1.2.3