feat: reduce dashboard top margin

pull/99/head
fm39hz-laptop 2024-05-30 10:55:01 +07:00
parent 32471c1f08
commit c558d3525d
1 changed files with 11 additions and 0 deletions

View File

@ -15,6 +15,7 @@ local logo = [[
]]
local section = require("alpha.themes.dashboard").section
return {
{
"catppuccin/nvim",
@ -38,6 +39,16 @@ return {
val = vim.split(logo, "\n"),
},
},
opts = {
layout = {
{ type = "padding", val = 3 },
section.header,
{ type = "padding", val = 2 },
section.buttons,
{ type = "padding", val = 3 },
section.footer,
},
},
},
},
{