mirror of https://github.com/LazyVim/starter
feat: reduce dashboard top margin
parent
32471c1f08
commit
c558d3525d
|
@ -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…
Reference in New Issue