Bläddra i källkod

fix: dashboard footer seems to have disapeared

Christian Chiarulli 3 år sedan
förälder
incheckning
d610502f91
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      lua/core/dashboard.lua

+ 2 - 0
lua/core/dashboard.lua

@@ -69,6 +69,8 @@ M.setup = function()
 
 
   vim.g.dashboard_session_directory = lvim.builtin.dashboard.session_directory
   vim.g.dashboard_session_directory = lvim.builtin.dashboard.session_directory
 
 
+  vim.g.dashboard_custom_footer = lvim.builtin.dashboard.footer
+
   require("core.autocmds").define_augroups {
   require("core.autocmds").define_augroups {
     _dashboard = {
     _dashboard = {
       -- seems to be nobuflisted that makes my stuff disappear will do more testing
       -- seems to be nobuflisted that makes my stuff disappear will do more testing