mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: rearrange alpha.nvim
This commit is contained in:
parent
d52dd478a2
commit
e10f4a1347
2 changed files with 1 additions and 4 deletions
|
|
@ -37,7 +37,6 @@
|
||||||
"lazyvim.plugins.extras.ui.mini-animate",
|
"lazyvim.plugins.extras.ui.mini-animate",
|
||||||
"lazyvim.plugins.extras.ui.treesitter-context",
|
"lazyvim.plugins.extras.ui.treesitter-context",
|
||||||
"lazyvim.plugins.extras.util.dot",
|
"lazyvim.plugins.extras.util.dot",
|
||||||
"lazyvim.plugins.extras.util.project",
|
|
||||||
"lazyvim.plugins.extras.util.startuptime"
|
"lazyvim.plugins.extras.util.startuptime"
|
||||||
],
|
],
|
||||||
"news": {
|
"news": {
|
||||||
|
|
|
||||||
|
|
@ -41,11 +41,9 @@ return {
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
layout = {
|
layout = {
|
||||||
{ type = "padding", val = 3 },
|
|
||||||
section.header,
|
section.header,
|
||||||
{ type = "padding", val = 2 },
|
{ type = "padding", val = 1 },
|
||||||
section.buttons,
|
section.buttons,
|
||||||
{ type = "padding", val = 3 },
|
|
||||||
section.footer,
|
section.footer,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue