From 08acabe95cd491d92818c68d86257b63875b92e2 Mon Sep 17 00:00:00 2001 From: max397574 Date: Sun, 19 Dec 2021 06:58:56 +0100 Subject: fix(themes): updated to new cmd format --- lua/startup/themes/dashboard.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lua/startup/themes/dashboard.lua') diff --git a/lua/startup/themes/dashboard.lua b/lua/startup/themes/dashboard.lua index 5580501..b781fc9 100644 --- a/lua/startup/themes/dashboard.lua +++ b/lua/startup/themes/dashboard.lua @@ -28,12 +28,12 @@ local settings = { title = "Basic Commands", margin = 5, content = { - [" Find File"] = { "Telescope find_files", "ff" }, - [" Find Word"] = { "Telescope live_grep", "lg" }, - [" Recent Files"] = { "Telescope oldfiles", "of" }, - [" File Browser"] = { "Telescope file_browser", "fb" }, - [" Colorschemes"] = { "Telescope colorscheme", "cs" }, - [" New File"] = { "lua require'startup'.new_file()", "nf" }, + {" Find File", "Telescope find_files", "ff" }, + {" Find Word", "Telescope live_grep", "lg" }, + {" Recent Files", "Telescope oldfiles", "of" }, + {" File Browser", "Telescope file_browser", "fb" }, + {" Colorschemes", "Telescope colorscheme", "cs" }, + {" New File", "lua require'startup'.new_file()", "nf" }, }, highlight = "String", default_color = "", -- cgit v1.2.3