mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-29 04:00:05 +02:00
enc: update dashboard config
This commit is contained in:
parent
05d51faadf
commit
b8d786072a
1 changed files with 13 additions and 7 deletions
|
@ -52,10 +52,16 @@ vim.api.nvim_create_autocmd("User", {
|
||||||
local stats = require("lazy").stats()
|
local stats = require("lazy").stats()
|
||||||
local ms = math.floor(stats.startuptime * 100 + 0.5) / 100
|
local ms = math.floor(stats.startuptime * 100 + 0.5) / 100
|
||||||
startify.section.footer.val = {
|
startify.section.footer.val = {
|
||||||
|
-- {
|
||||||
|
-- type = "text",
|
||||||
|
-- val = {
|
||||||
|
-- "───────────────────────────────────────────────",
|
||||||
|
-- },
|
||||||
|
-- },
|
||||||
{
|
{
|
||||||
type = "text",
|
type = "text",
|
||||||
val = {
|
val = {
|
||||||
"───────────────────────────────────────────────",
|
"",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -64,12 +70,12 @@ vim.api.nvim_create_autocmd("User", {
|
||||||
" " .. footer_text .. " " .. stats.loaded .. "/" .. stats.count .. " plugins in " .. ms .. "ms",
|
" " .. footer_text .. " " .. stats.loaded .. "/" .. stats.count .. " plugins in " .. ms .. "ms",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
-- {
|
||||||
type = "text",
|
-- type = "text",
|
||||||
val = {
|
-- val = {
|
||||||
"───────────────────────────────────────────────",
|
-- "───────────────────────────────────────────────",
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
}
|
}
|
||||||
pcall(vim.cmd.AlphaRedraw)
|
pcall(vim.cmd.AlphaRedraw)
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue