Compare commits

..

No commits in common. "3cbed5dd743dfef9662a1d799a6493d1a9151b19" and "96aded961bf8a626a3fd3ad2a5cbe9d5b26c07ef" have entirely different histories.

View file

@ -2,16 +2,16 @@ local function get_header()
-- see https://github.com/MaximilianLloyd/ascii.nvim -- see https://github.com/MaximilianLloyd/ascii.nvim
return { return {
-- The following is a customized version! -- The following is a customized version!
[[ ]], [[ ]],
[[ ]], [[ ██ ]],
[[ █ ████████ █████ ███████ ████ ]], [[ █ ███████ █████ ██ ]],
[[ ███ ██████ █████ █████████ ██████ ]], [[ ███ █████ █████  ]],
[[ █████ █████████████████████ ████ ███████████████ ]], [[ █████ ███ ███████████████████ ███ ███████████ ]],
[[ ██ ██ ████ █████████████ ████ ████████████████ ]], [[ ██ ██ █ ███ █████████████ █████ ██████████████ ]],
[[ ████ ██████████████ █████████ ████ █████ ██████████ ]], [[ ████ ████ ██████████ █████████ ████ █████ ████ █████ ]],
[[ ██████ █████ ███ █████████ ████ █████ █████████ ]], [[ ██████ ██ ███ ███ █████████ ████ █████ ████ █████ ]],
[[ ████████ ██████████████████ ████ ████ █████ ████ ████ ]], [[ ████████  ██████████████████ ████ █████ █████ ████ ██████ ]],
[[ ]], [[ ]],
} }
end end