diff options
| author | LostNeophyte <[email protected]> | 2022-10-31 19:25:21 +0100 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-31 19:25:21 +0100 | 
| commit | c477b9f8e82e271c672eaf93b5e4e394104b44f2 (patch) | |
| tree | 668236fa9b00b7d64faee828408396a07f2d507e /lua/lvim/core | |
| parent | a54d872e0b020cef404e6fe0fb18ee2042087863 (diff) | |
fix(alpha): make startify sections always appear (#3371)
Diffstat (limited to 'lua/lvim/core')
| -rw-r--r-- | lua/lvim/core/alpha/startify.lua | 3 | 
1 files changed, 0 insertions, 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", "<CMD>ene!<CR>" },      }, -    val = {},    }    local bottom_buttons = {      entries = {        { "q", "Quit", "<CMD>quit<CR>" },      }, -    val = {},    }    local footer = {      type = "group", -    val = {},    }    return { | 
