Selaa lähdekoodia

fix(alpha): make startify sections always appear (#3371)

LostNeophyte 2 vuotta sitten
vanhempi
commit
c477b9f8e8
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      lua/lvim/core/alpha/startify.lua

+ 0 - 3
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 {