浏览代码

Added space after plug icon (#1252)

ashincoder 3 年之前
父节点
当前提交
730542a47d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lua/core/dashboard.lua

+ 1 - 1
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
   )