From 11e66ab23fb404a4917a0d411aff66667b7fd86d Mon Sep 17 00:00:00 2001 From: max397574 Date: Thu, 23 Dec 2021 15:19:00 +0100 Subject: chore: autoformat with stylua --- lua/startup/themes/dashboard.lua | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'lua/startup/themes/dashboard.lua') diff --git a/lua/startup/themes/dashboard.lua b/lua/startup/themes/dashboard.lua index b781fc9..817ab17 100644 --- a/lua/startup/themes/dashboard.lua +++ b/lua/startup/themes/dashboard.lua @@ -8,12 +8,12 @@ local settings = { title = "Header", margin = 5, content = { - ' ███╗ ██╗ ███████╗ ██████╗ ██╗ ██╗ ██╗ ███╗ ███╗', - ' ████╗ ██║ ██╔════╝██╔═══██╗ ██║ ██║ ██║ ████╗ ████║', - ' ██╔██╗ ██║ █████╗ ██║ ██║ ██║ ██║ ██║ ██╔████╔██║', - ' ██║╚██╗██║ ██╔══╝ ██║ ██║ ╚██╗ ██╔╝ ██║ ██║╚██╔╝██║', - ' ██║ ╚████║ ███████╗╚██████╔╝ ╚████╔╝ ██║ ██║ ╚═╝ ██║', - ' ╚═╝ ╚═══╝ ╚══════╝ ╚═════╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝', + " ███╗ ██╗ ███████╗ ██████╗ ██╗ ██╗ ██╗ ███╗ ███╗", + " ████╗ ██║ ██╔════╝██╔═══██╗ ██║ ██║ ██║ ████╗ ████║", + " ██╔██╗ ██║ █████╗ ██║ ██║ ██║ ██║ ██║ ██╔████╔██║", + " ██║╚██╗██║ ██╔══╝ ██║ ██║ ╚██╗ ██╔╝ ██║ ██║╚██╔╝██║", + " ██║ ╚████║ ███████╗╚██████╔╝ ╚████╔╝ ██║ ██║ ╚═╝ ██║", + " ╚═╝ ╚═══╝ ╚══════╝ ╚═════╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝", }, highlight = "Statement", default_color = "", @@ -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