add back my dash header
This commit is contained in:
parent
24b7906f2c
commit
0fa161feb1
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue