Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adibhanna committed Sep 15, 2024
1 parent 1301440 commit b724ffc
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions lua/plugins/alfa-nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 <CR>"),
-- dashboard.button("n", " " .. " New file", ":ene <BAR> startinsert <CR>"),
Expand Down

0 comments on commit b724ffc

Please sign in to comment.