From b724ffcba585057da85de4e0b5b16aa7c051f5ad Mon Sep 17 00:00:00 2001 From: Adib Hanna Date: Sat, 14 Sep 2024 21:50:19 -0500 Subject: [PATCH] wip --- lua/plugins/alfa-nvim.lua | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/lua/plugins/alfa-nvim.lua b/lua/plugins/alfa-nvim.lua index d179ab4..9ba15a6 100644 --- a/lua/plugins/alfa-nvim.lua +++ b/lua/plugins/alfa-nvim.lua @@ -14,18 +14,28 @@ return { ╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═══╝ ╚═╝╚═╝ ╚═╝ ]] - -- local logo = [[ - --  - -- ████ ██████ █████ ██ - -- ███████████ █████  - -- █████████ ███████████████████ ███ ███████████ - -- █████████ ███ █████████████ █████ ██████████████ - -- █████████ ██████████ █████████ █████ █████ ████ █████ - -- ███████████ ███ ███ █████████ █████ █████ ████ █████ - -- ██████ █████████████████████ ████ █████ █████ ████ ██████ - -- ]] + local notEmacs = [[ + +███╗ ██╗ ██████╗ ████████╗ ███████╗███╗ ███╗ █████╗ ██████╗███████╗ +████╗ ██║██╔═══██╗╚══██╔══╝ ██╔════╝████╗ ████║██╔══██╗██╔════╝██╔════╝ +██╔██╗ ██║██║ ██║ ██║ █████╗ ██╔████╔██║███████║██║ ███████╗ +██║╚██╗██║██║ ██║ ██║ ██╔══╝ ██║╚██╔╝██║██╔══██║██║ ╚════██║ +██║ ╚████║╚██████╔╝ ██║ ███████╗██║ ╚═╝ ██║██║ ██║╚██████╗███████║ +╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚══════╝ - dashboard.section.header.val = vim.split(logo, "\n") +]] + + local notVscode = [[ + +███╗ ██╗ ██████╗ ████████╗ ██╗ ██╗███████╗ ██████╗ ██████╗ ██████╗ ███████╗ +████╗ ██║██╔═══██╗╚══██╔══╝ ██║ ██║██╔════╝██╔════╝██╔═══██╗██╔══██╗██╔════╝ +██╔██╗ ██║██║ ██║ ██║ ██║ ██║███████╗██║ ██║ ██║██║ ██║█████╗ +██║╚██╗██║██║ ██║ ██║ ╚██╗ ██╔╝╚════██║██║ ██║ ██║██║ ██║██╔══╝ +██║ ╚████║╚██████╔╝ ██║ ╚████╔╝ ███████║╚██████╗╚██████╔╝██████╔╝███████╗ +╚═╝ ╚═══╝ ╚═════╝ ╚═╝ ╚═══╝ ╚══════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝ + + ]] + dashboard.section.header.val = vim.split(notVscode, "\n") dashboard.section.buttons.val = { dashboard.button("f", " " .. " Find file", ":Telescope find_files "), -- dashboard.button("n", " " .. " New file", ":ene startinsert "),