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
32471c1f08
commit
c558d3525d
1 changed files with 11 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ local logo = [[
|
||||||
░ ░ ░ ░ ░ ░ ░ ▒ ░░ ▒ ░░ ░
|
░ ░ ░ ░ ░ ░ ░ ▒ ░░ ▒ ░░ ░
|
||||||
░ ░ ░ ░ ░ ░ ░ ░
|
░ ░ ░ ░ ░ ░ ░ ░
|
||||||
░ ]]
|
░ ]]
|
||||||
|
local section = require("alpha.themes.dashboard").section
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"catppuccin/nvim",
|
"catppuccin/nvim",
|
||||||
|
|
@ -38,6 +39,16 @@ return {
|
||||||
val = vim.split(logo, "\n"),
|
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