From f5f813fa4df86c18fb0764e1dd3efe2e66442fc1 Mon Sep 17 00:00:00 2001 From: fm39hz-laptop Date: Tue, 4 Jun 2024 15:49:34 +0700 Subject: [PATCH] feat: rearrange alpha.nvim --- lazyvim.json | 1 - lua/plugins/override.lua | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lazyvim.json b/lazyvim.json index 7bc95b3..65dad6a 100644 --- a/lazyvim.json +++ b/lazyvim.json @@ -37,7 +37,6 @@ "lazyvim.plugins.extras.ui.mini-animate", "lazyvim.plugins.extras.ui.treesitter-context", "lazyvim.plugins.extras.util.dot", - "lazyvim.plugins.extras.util.project", "lazyvim.plugins.extras.util.startuptime" ], "news": { diff --git a/lua/plugins/override.lua b/lua/plugins/override.lua index 1ae88be..a3cf2e1 100644 --- a/lua/plugins/override.lua +++ b/lua/plugins/override.lua @@ -41,11 +41,9 @@ return { }, opts = { layout = { - { type = "padding", val = 3 }, section.header, - { type = "padding", val = 2 }, + { type = "padding", val = 1 }, section.buttons, - { type = "padding", val = 3 }, section.footer, }, },