From d06030105064ae630687728c1f112fe447b81afd Mon Sep 17 00:00:00 2001 From: Philipp Bokatius Date: Thu, 22 Sep 2022 19:16:05 +0200 Subject: fix(dashboard): add missing space (#3063) --- lua/lvim/core/alpha/dashboard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/lvim/core/alpha/dashboard.lua b/lua/lvim/core/alpha/dashboard.lua index ac80c03a..debf88a7 100644 --- a/lua/lvim/core/alpha/dashboard.lua +++ b/lua/lvim/core/alpha/dashboard.lua @@ -116,7 +116,7 @@ function M.get_sections() button("f", " Find File", "Telescope find_files"), button("n", " New File", "ene!"), button("p", " Projects ", "Telescope projects"), - button("r", " Recent files", ":Telescope oldfiles "), + button("r", " Recent files", ":Telescope oldfiles "), button("t", " Find Text", "Telescope live_grep"), button("c", " Configuration", "edit " .. require("lvim.config"):get_user_config_path() .. " "), }, -- cgit v1.2.3