Actually Stowing Files
This commit is contained in:
parent
0f42a6b9c3
commit
500aecaea1
752 changed files with 1 additions and 67593 deletions
33
vim/.config/nvim/lua/plugins/alpha.lua
Normal file
33
vim/.config/nvim/lua/plugins/alpha.lua
Normal file
|
@ -0,0 +1,33 @@
|
|||
return {
|
||||
"goolord/alpha-nvim",
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
config = function()
|
||||
local alpha = require("alpha")
|
||||
local dashboard = require("alpha.themes.startify")
|
||||
|
||||
-- Custom ASCII art header
|
||||
dashboard.section.header.val = {
|
||||
[[ ]],
|
||||
[[ ]],
|
||||
[[ ]],
|
||||
[[ ]],
|
||||
[[ ]],
|
||||
[[ ████ ██████ █████ ██ ]],
|
||||
[[ ███████████ █████ ]],
|
||||
[[ █████████ ███████████████████ ███ ███████████ ]],
|
||||
[[ █████████ ███ █████████████ █████ ██████████████ ]],
|
||||
[[ █████████ ██████████ █████████ █████ █████ ████ █████ ]],
|
||||
[[ ███████████ ███ ███ █████████ █████ █████ ████ █████ ]],
|
||||
[[ ██████ █████████████████████ ████ █████ █████ ████ ██████ ]],
|
||||
[[ ]],
|
||||
[[ ]],
|
||||
[[ ]],
|
||||
}
|
||||
|
||||
-- Set up alpha with the startify theme
|
||||
alpha.setup(dashboard.opts)
|
||||
end,
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue