chore(nvim): move Neovim logo more to the top

This commit is contained in:
Stefan Imhoff
2023-12-12 15:41:45 +01:00
parent afef9fdba4
commit d79c34d9cf

View File

@@ -9,7 +9,7 @@ return {
.. "╵ ╵╰─╯╰─╯ ▝ ▘▘ ▘ ▘\n"
.. "\n"
logo = string.rep("\n", 8) .. logo .. "\n\n"
logo = string.rep("\n", 5) .. logo .. "\n\n"
local opts = {
theme = "doom",