mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 01:38:47 +02:00
enc: update dashboard config
This commit is contained in:
parent
b8d786072a
commit
ba028451b6
2 changed files with 1 additions and 9 deletions
|
@ -8,8 +8,6 @@ pcode.header1 = {
|
||||||
[[ / _ / _ \ / / _ \/ '_/ / __/ _ / _ / -_) ]],
|
[[ / _ / _ \ / / _ \/ '_/ / __/ _ / _ / -_) ]],
|
||||||
[[ / .__\_____/ /\___/_/\_\ \__/\___\_,_/\__/ ]],
|
[[ / .__\_____/ /\___/_/\_\ \__/\___\_,_/\__/ ]],
|
||||||
[[ /_/ |___/ ]],
|
[[ /_/ |___/ ]],
|
||||||
[[ ]],
|
|
||||||
[[ Powered By eovim ]],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
-- pcode.header2 = {
|
-- pcode.header2 = {
|
||||||
|
|
|
@ -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",
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- {
|
-- {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue