소스 검색

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
   )