From ba028451b623bbfc52994858e246e501ce75549f Mon Sep 17 00:00:00 2001 From: Pojok Code Date: Wed, 23 Oct 2024 18:07:49 +0700 Subject: [PATCH] enc: update dashboard config --- lua/custom/dashboard.lua | 2 -- lua/user/startify.lua | 8 +------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/lua/custom/dashboard.lua b/lua/custom/dashboard.lua index 36ede69..27076fc 100644 --- a/lua/custom/dashboard.lua +++ b/lua/custom/dashboard.lua @@ -8,8 +8,6 @@ pcode.header1 = { [[ / _ / _ \ / / _ \/ '_/ / __/ _ / _ / -_) ]], [[ / .__\_____/ /\___/_/\_\ \__/\___\_,_/\__/ ]], [[ /_/ |___/ ]], - [[ ]], - [[  Powered By  eovim ]], } -- pcode.header2 = { diff --git a/lua/user/startify.lua b/lua/user/startify.lua index 88893b4..060b271 100644 --- a/lua/user/startify.lua +++ b/lua/user/startify.lua @@ -61,13 +61,7 @@ vim.api.nvim_create_autocmd("User", { { type = "text", val = { - "", - }, - }, - { - type = "text", - val = { - " " .. footer_text .. " " .. stats.loaded .. "/" .. stats.count .. " plugins  in " .. ms .. "ms", + footer_text .. " " .. stats.loaded .. "/" .. stats.count .. " plugins  in " .. ms .. "ms", }, }, -- {