diff options
author | max397574 <[email protected]> | 2021-12-09 10:58:10 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-12-09 10:58:10 +0100 |
commit | a9206a0bc2eded674765a8e677ea9fdaedc38335 (patch) | |
tree | a2162b9d1ad99f9bd7ff9a0e8b16f9fb0f68f108 /lua/startup | |
parent | 9d289800efe181306eeeebe9682b4c9f648ac70d (diff) |
fix(evil theme): only 5 oldfiles to get shortcuts
Diffstat (limited to 'lua/startup')
-rw-r--r-- | lua/startup/themes/evil.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |