enc: update dashboard config

This commit is contained in:
Pojok Code 2024-10-23 18:07:49 +07:00
parent b8d786072a
commit ba028451b6
2 changed files with 1 additions and 9 deletions

View file

@ -8,8 +8,6 @@ pcode.header1 = {
[[ / _ / _ \ / / _ \/ '_/ / __/ _ / _ / -_) ]], [[ / _ / _ \ / / _ \/ '_/ / __/ _ / _ / -_) ]],
[[ / .__\_____/ /\___/_/\_\ \__/\___\_,_/\__/ ]], [[ / .__\_____/ /\___/_/\_\ \__/\___\_,_/\__/ ]],
[[ /_/ |___/ ]], [[ /_/ |___/ ]],
[[ ]],
[[  Powered By  eovim ]],
} }
-- pcode.header2 = { -- pcode.header2 = {

View file

@ -61,13 +61,7 @@ vim.api.nvim_create_autocmd("User", {
{ {
type = "text", type = "text",
val = { val = {
"", footer_text .. " " .. stats.loaded .. "/" .. stats.count .. " plugins  in " .. ms .. "ms",
},
},
{
type = "text",
val = {
"" .. footer_text .. " " .. stats.loaded .. "/" .. stats.count .. " plugins  in " .. ms .. "ms",
}, },
}, },
-- { -- {