summaryrefslogtreecommitdiff
path: root/lua/core
diff options
context:
space:
mode:
Diffstat (limited to 'lua/core')
-rw-r--r--lua/core/dashboard.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/dashboard.lua b/lua/core/dashboard.lua
index 27d4efd1..d5e5bfe9 100644
--- a/lua/core/dashboard.lua
+++ b/lua/core/dashboard.lua
@@ -72,7 +72,7 @@ M.setup = function()
vim.api.nvim_exec(
[[
- let g:dashboard_custom_footer = ['LunarVim loaded '..packages..' plugins ']
+ let g:dashboard_custom_footer = ['LunarVim loaded '..packages..' plugins  ']
]],
false
)