From b64a3a0e5ad0fd1006b6e30c553e9c5dac4a6058 Mon Sep 17 00:00:00 2001 From: max397574 Date: Tue, 19 Oct 2021 18:55:43 +0200 Subject: =?UTF-8?q?feat(themes):=20=E2=9C=A8added=20new=20section=20to=20e?= =?UTF-8?q?vil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/startup/themes/evil_startup.lua | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'lua/startup') diff --git a/lua/startup/themes/evil_startup.lua b/lua/startup/themes/evil_startup.lua index d7c0ecb..002201b 100644 --- a/lua/startup/themes/evil_startup.lua +++ b/lua/startup/themes/evil_startup.lua @@ -63,18 +63,29 @@ local settings = { oldfiles_amount = 10, }, + footer_2 = { + type = "text", + content = require("startup.buildingblocks.functions").packer_plugins(), + oldfiles_directory = false, + align = "center", + section = false, + title = "", + margin = 5, + highlight = "TSString", + default_color = "#FFFFFF", + command = "", + oldfiles_amount = 10, + }, + options = { mapping_keys = true, empty_lines_between_mappings = true, oldfiles_amount = 5, - padding = { - header_body = 1, - body_footer = 1, - }, + paddings = { 2, 2, 2, 2, 2, 0 }, }, colors = { background = "#1f2227", }, - parts = { "header", "body", "body_2", "footer" }, + parts = { "header", "body", "body_2", "footer", "footer_2" }, } return settings -- cgit v1.2.3