Skip to content

Commit

Permalink
use default alpha.nvim welcome screen ascii art
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Apr 3, 2024
1 parent 2aca490 commit 8ecff46
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions lua/plugins/welcome-screen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,7 @@ return {
local dashboard = require 'alpha.themes.dashboard'

-- Set header
dashboard.section.header.val = {
' ██████╗ ██╗ ██╗ █████╗ ██████╗ ████████╗ ██████╗ ',
'██╔═══██╗██║ ██║██╔══██╗██╔══██╗╚══██╔══╝██╔═══██╗',
'██║ ██║██║ ██║███████║██████╔╝ ██║ ██║ ██║',
'██║▄▄ ██║██║ ██║██╔══██║██╔══██╗ ██║ ██║ ██║',
'╚██████╔╝╚██████╔╝██║ ██║██║ ██║ ██║ ╚██████╔╝',
' ╚══▀▀═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ',
' ',
}
-- dashboard.section.header.val = {}

-- Set menu
dashboard.section.buttons.val = {
Expand Down

0 comments on commit 8ecff46

Please sign in to comment.