add back my dash header

This commit is contained in:
Christoph J. Scherr 2024-07-04 19:08:31 +02:00
parent 24b7906f2c
commit 0fa161feb1
1 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,21 @@
local custom_headers = {
-- stylua: ignore
sharp = {
[[ ]],
[[ █ ████████ █████ ███████ ████ ]],
[[ ███ ██████ █████ █████████ ██████ ]],
[[ █████ ██████████████████████ ████ ███████████████ ]],
[[ ██ ██ █████ █████████████ ████ ████████████████ ]],
[[ ████ ███████████████ █████████ ████ █████ ██████ ████ ]],
[[ ██████ ██████ ███ █████████ ████ █████ █████ ████ ]],
[[ ████████ ███████████████████ ████ ████ █████ ████ ████ ]],
[[ ]],
[[ 🛠️ Sharp tools make good work 🖥️ ]],
[[ ]],
}
,
}
return { return {
{ {
'nvim-tree/nvim-tree.lua', 'nvim-tree/nvim-tree.lua',
@ -612,7 +630,7 @@ return {
-- Do not show trailing space in unmodifiable types -- Do not show trailing space in unmodifiable types
require('dashboard').setup { require('dashboard').setup {
-- Dashboard header -- Dashboard header
header = require('ascii').art.text.neovim.sharp, header = custom_headers.sharp,
-- List of directory paths, or functions that return paths -- List of directory paths, or functions that return paths
directories = { directories = {
'~/.config/nvim', '~/.config/nvim',