mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-29 12:10:07 +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 ms = math.floor(stats.startuptime * 100 + 0.5) / 100
|
||||
startify.section.footer.val = {
|
||||
-- {
|
||||
-- type = "text",
|
||||
-- val = {
|
||||
-- "───────────────────────────────────────────────",
|
||||
-- },
|
||||
-- },
|
||||
{
|
||||
type = "text",
|
||||
val = {
|
||||
"───────────────────────────────────────────────",
|
||||
"",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
@ -64,12 +70,12 @@ vim.api.nvim_create_autocmd("User", {
|
|||
" " .. footer_text .. " " .. stats.loaded .. "/" .. stats.count .. " plugins in " .. ms .. "ms",
|
||||
},
|
||||
},
|
||||
{
|
||||
type = "text",
|
||||
val = {
|
||||
"───────────────────────────────────────────────",
|
||||
},
|
||||
},
|
||||
-- {
|
||||
-- type = "text",
|
||||
-- val = {
|
||||
-- "───────────────────────────────────────────────",
|
||||
-- },
|
||||
-- },
|
||||
}
|
||||
pcall(vim.cmd.AlphaRedraw)
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue