From a9206a0bc2eded674765a8e677ea9fdaedc38335 Mon Sep 17 00:00:00 2001 From: max397574 Date: Thu, 9 Dec 2021 10:58:10 +0100 Subject: fix(evil theme): only 5 oldfiles to get shortcuts --- lua/startup/themes/evil.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/startup') diff --git a/lua/startup/themes/evil.lua b/lua/startup/themes/evil.lua index f68fad7..cf9090c 100644 --- a/lua/startup/themes/evil.lua +++ b/lua/startup/themes/evil.lua @@ -64,7 +64,7 @@ local settings = { content = { "startup.nvim" }, highlight = "TSString", default_color = "#FFFFFF", - oldfiles_amount = 10, + oldfiles_amount = 5, }, clock = { -- cgit v1.2.3