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',