A ton of changes
This commit is contained in:
parent
c01ce48abe
commit
cde6b1322a
21 changed files with 143 additions and 147 deletions
dotfiles/neovim/lua/my/plugins
|
@ -2,31 +2,7 @@ local M = {}
|
|||
|
||||
function M.setup()
|
||||
local db = require("dashboard")
|
||||
-- db.custom_header = {
|
||||
-- "", "",
|
||||
-- [[ /\ \ /\ \ /\ \ /\ \ /\ \ ]],
|
||||
-- [[ /::\____\ /::\ \ /::\ \ /::\ \ /::\ \ ]],
|
||||
-- [[ /:::/ / /::::\ \ \:::\ \ /::::\ \ /::::\ \ ]],
|
||||
-- [[ /:::/ _/___ /::::::\ \ \:::\ \ /::::::\ \ /::::::\ \ ]],
|
||||
-- [[ /:::/ /\ \ /:::/\:::\ \ \:::\ \ /:::/\:::\ \ /:::/\:::\ \ ]],
|
||||
-- [[ /:::/ /::\____\ /:::/__\:::\ \ \:::\ \ /:::/__\:::\ \ /:::/__\:::\ \ ]],
|
||||
-- [[ /:::/ /:::/ / /::::\ \:::\ \ /::::\ \ /::::\ \:::\ \ /::::\ \:::\ \ ]],
|
||||
-- [[ /:::/ /:::/ _/___ /::::::\ \:::\ \ /::::::\ \ /::::::\ \:::\ \ /::::::\ \:::\ \ ]],
|
||||
-- [[ /:::/___/:::/ /\ \ /:::/\:::\ \:::\ \ /:::/\:::\ \ /:::/\:::\ \:::\ \ /:::/\:::\ \:::\____\ ]],
|
||||
-- [[|:::| /:::/ /::\____\/:::/ \:::\ \:::\____\ /:::/ \:::\____\/:::/__\:::\ \:::\____\/:::/ \:::\ \:::| |]],
|
||||
-- [[|:::|__/:::/ /:::/ /\::/ \:::\ /:::/ / /:::/ \::/ /\:::\ \:::\ \::/ /\::/ |::::\ /:::|____|]],
|
||||
-- [[ \:::\/:::/ /:::/ / \/____/ \:::\/:::/ / /:::/ / \/____/ \:::\ \:::\ \/____/ \/____|:::::\/:::/ / ]],
|
||||
-- [[ \::::::/ /:::/ / \::::::/ / /:::/ / \:::\ \:::\ \ |:::::::::/ / ]],
|
||||
-- [[ \::::/___/:::/ / \::::/ / /:::/ / \:::\ \:::\____\ |::|\::::/ / ]],
|
||||
-- [[ \:::\__/:::/ / /:::/ / \::/ / \:::\ \::/ / |::| \::/____/ ]],
|
||||
-- [[ \::::::::/ / /:::/ / \/____/ \:::\ \/____/ |::| ~| ]],
|
||||
-- [[ \::::::/ / /:::/ / \:::\ \ |::| | ]],
|
||||
-- [[ \::::/ / /:::/ / \:::\____\ \::| | ]],
|
||||
-- [[ \::/____/ \::/ / \::/ / \:| | ]],
|
||||
-- [[ ~~ \/____/ \/____/ \|___| ]],
|
||||
-- ""
|
||||
-- }
|
||||
|
||||
db.custom_header = {}
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue