From 0fa161feb1e93e0633c8599e7593e62f1fc478e6 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 4 Jul 2024 19:08:31 +0200 Subject: [PATCH] add back my dash header --- lua/custom/plugins/ui.lua | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/lua/custom/plugins/ui.lua b/lua/custom/plugins/ui.lua index d26b2cb..d4c84f0 100644 --- a/lua/custom/plugins/ui.lua +++ b/lua/custom/plugins/ui.lua @@ -1,3 +1,21 @@ +local custom_headers = { + -- stylua: ignore + sharp = { + [[ ]], + [[ █ ████████ █████ ███████ ████ ]], + [[ ███ ██████ █████ █████████ ██████ ]], + [[ █████ ██████████████████████ ████ ███████████████ ]], + [[ ██ ██ █████ █████████████ ████ ████████████████ ]], + [[ ████ ███████████████ █████████ ████ █████ ██████ ████ ]], + [[ ██████ ██████ ███ █████████ ████ █████ █████ ████ ]], + [[ ████████ ███████████████████ ████ ████ █████ ████ ████ ]], + [[ ]], + [[ 🛠️ Sharp tools make good work 🖥️ ]], + [[ ]], + } +, +} + return { { 'nvim-tree/nvim-tree.lua', @@ -612,7 +630,7 @@ return { -- Do not show trailing space in unmodifiable types require('dashboard').setup { -- Dashboard header - header = require('ascii').art.text.neovim.sharp, + header = custom_headers.sharp, -- List of directory paths, or functions that return paths directories = { '~/.config/nvim',