diff options
author | Christian Chiarulli <[email protected]> | 2021-09-16 10:15:30 -0400 |
---|---|---|
committer | Christian Chiarulli <[email protected]> | 2021-09-16 10:15:30 -0400 |
commit | d610502f91ba08c9afc6557d892f93bae2bdab13 (patch) | |
tree | 719299d04d580c254dcf9c7514d15602ccea4099 /lua/core/dashboard.lua | |
parent | e22f9a21c179901e6dfcbdb68d035e70eae4d9e8 (diff) |
fix: dashboard footer seems to have disapeared
Diffstat (limited to 'lua/core/dashboard.lua')
-rw-r--r-- | lua/core/dashboard.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/core/dashboard.lua b/lua/core/dashboard.lua index aa2a7f35..0ade4657 100644 --- a/lua/core/dashboard.lua +++ b/lua/core/dashboard.lua @@ -69,6 +69,8 @@ M.setup = function() vim.g.dashboard_session_directory = lvim.builtin.dashboard.session_directory + vim.g.dashboard_custom_footer = lvim.builtin.dashboard.footer + require("core.autocmds").define_augroups { _dashboard = { -- seems to be nobuflisted that makes my stuff disappear will do more testing |