浏览代码

new footer

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

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