瀏覽代碼

fix(dashboard): add missing space (#3063)

Philipp Bokatius 2 年之前
父節點
當前提交
d060301050
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lua/lvim/core/alpha/dashboard.lua

+ 1 - 1
lua/lvim/core/alpha/dashboard.lua

@@ -116,7 +116,7 @@ function M.get_sections()
         button("f", "  Find File", "<CMD>Telescope find_files<CR>"),
         button("n", "  New File", "<CMD>ene!<CR>"),
         button("p", "  Projects ", "<CMD>Telescope projects<CR>"),
-        button("r", " Recent files", ":Telescope oldfiles <CR>"),
+        button("r", "  Recent files", ":Telescope oldfiles <CR>"),
         button("t", "  Find Text", "<CMD>Telescope live_grep<CR>"),
         button("c", "  Configuration", "<CMD>edit " .. require("lvim.config"):get_user_config_path() .. " <CR>"),
       },