diff options
author | christianchiarulli <[email protected]> | 2021-07-26 00:46:32 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-26 00:46:32 -0400 |
commit | d1bed12764e65d3a4b0a0b6f588fed81c351abb1 (patch) | |
tree | 9d4933222857a1901c383c8ca3102a6ef0ffb35a /lua/core/dashboard.lua | |
parent | 9542b7b143587e4773f14b6b62a1988c04bd3697 (diff) |
new footer
Diffstat (limited to 'lua/core/dashboard.lua')
-rw-r--r-- | lua/core/dashboard.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/dashboard.lua b/lua/core/dashboard.lua index f76e0e1e..8d196458 100644 --- a/lua/core/dashboard.lua +++ b/lua/core/dashboard.lua @@ -73,7 +73,7 @@ M.setup = function() vim.api.nvim_exec( [[ - let g:dashboard_custom_footer = ['LuaJIT loaded '..packages..' plugins'] + let g:dashboard_custom_footer = ['LunarVim loaded '..packages..' plugins '] ]], false ) |