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, }, },