From d79c34d9cfce227f9254b22caed56b09a8316e0e Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Tue, 12 Dec 2023 15:41:45 +0100 Subject: [PATCH] chore(nvim): move Neovim logo more to the top --- nvim/lua/plugins/dashboard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/plugins/dashboard.lua b/nvim/lua/plugins/dashboard.lua index f2f0ce4..63d14d5 100644 --- a/nvim/lua/plugins/dashboard.lua +++ b/nvim/lua/plugins/dashboard.lua @@ -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",