mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: reduce dashboard top margin
This commit is contained in:
parent
5231658fe6
commit
4028a3d6c8
1 changed files with 11 additions and 0 deletions
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue