From 4cf8db8e7363ef5b3de7c574b5df75117a87a7c5 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 24 May 2023 08:11:24 +0100 Subject: [PATCH] Remove an alpha shortcut, getting too long --- lua/plugins/alpha.lua | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/lua/plugins/alpha.lua b/lua/plugins/alpha.lua index 876ca75..a2e91dc 100644 --- a/lua/plugins/alpha.lua +++ b/lua/plugins/alpha.lua @@ -12,20 +12,19 @@ return { ╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝ ]] - -- dashboard.section.header.val = vim.split(logo, "\n") - dashboard.section.header.val = { - [[ __ ]], - [[ ___ ___ ___ __ __ /\_\ ___ ___ ]], - [[ / _ `\ / __`\ / __`\/\ \/\ \\/\ \ / __` __`\ ]], - [[/\ \/\ \/\ __//\ \_\ \ \ \_/ |\ \ \/\ \/\ \/\ \ ]], - [[\ \_\ \_\ \____\ \____/\ \___/ \ \_\ \_\ \_\ \_\]], - [[ \/_/\/_/\/____/\/___/ \/__/ \/_/\/_/\/_/\/_/]], - } + dashboard.section.header.val = vim.split(logo, "\n") + -- dashboard.section.header.val = { + -- [[ __ ]], + -- [[ ___ ___ ___ __ __ /\_\ ___ ___ ]], + -- [[ / _ `\ / __`\ / __`\/\ \/\ \\/\ \ / __` __`\ ]], + -- [[/\ \/\ \/\ __//\ \_\ \ \ \_/ |\ \ \/\ \/\ \/\ \ ]], + -- [[\ \_\ \_\ \____\ \____/\ \___/ \ \_\ \_\ \_\ \_\]], + -- [[ \/_/\/_/\/____/\/___/ \/__/ \/_/\/_/\/_/\/_/]], + -- } dashboard.section.buttons.val = { dashboard.button("t", " " .. " Terminal", "ToggleTerm direction=tab "), dashboard.button("f", " " .. " Find file", "Telescope find_files "), dashboard.button("r", " " .. " Recent files", "Telescope oldfiles "), - dashboard.button("o", " " .. " Oil file browser", "Oil "), dashboard.button("n", " " .. " Neo-tree", "Neotree float "), dashboard.button("g", "󰊢 " .. " Git status", "Neogit "), dashboard.button("c", " " .. " Config", "e $MYVIMRC "),