Browse Source

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

Philipp Bokatius 2 years ago
parent
commit
d060301050
1 changed files with 1 additions and 1 deletions
  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>"),
       },