From 99f1a89aea79d5012dd05f4730b21297550b57df Mon Sep 17 00:00:00 2001 From: max397574 Date: Wed, 20 Oct 2021 20:16:55 +0200 Subject: =?UTF-8?q?fix(themes):=20=F0=9F=90=9Buse=20fold=20instead=20of=20?= =?UTF-8?q?section=20and=20some=20new=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/startup/themes/evil_startup.lua | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'lua/startup/themes/evil_startup.lua') diff --git a/lua/startup/themes/evil_startup.lua b/lua/startup/themes/evil_startup.lua index 002201b..9bf4879 100644 --- a/lua/startup/themes/evil_startup.lua +++ b/lua/startup/themes/evil_startup.lua @@ -21,7 +21,7 @@ local settings = { body = { type = "mapping", align = "center", - section = true, + fold = true, title = "Basic Commands", margin = 5, content = { @@ -40,20 +40,20 @@ local settings = { type = "oldfiles", oldfiles_directory = true, align = "center", - section = true, + fold = true, title = "Oldfiles of Directory", margin = 5, content = {}, highlight = "TSString", default_color = "#FFFFFF", command = "", - oldfiles_amount = 10, + oldfiles_amount = 5, }, footer = { type = "oldfiles", oldfiles_directory = false, align = "center", - section = true, + fold = true, title = "Oldfiles", margin = 5, content = { "startup.nvim" }, @@ -68,7 +68,7 @@ local settings = { content = require("startup.buildingblocks.functions").packer_plugins(), oldfiles_directory = false, align = "center", - section = false, + fold = false, title = "", margin = 5, highlight = "TSString", @@ -80,8 +80,7 @@ local settings = { options = { mapping_keys = true, empty_lines_between_mappings = true, - oldfiles_amount = 5, - paddings = { 2, 2, 2, 2, 2, 0 }, + paddings = { 1, 1, 1, 1, 1 }, }, colors = { background = "#1f2227", -- cgit v1.2.3