diff options
author | max397574 <[email protected]> | 2021-10-18 13:27:25 +0200 |
---|---|---|
committer | max397574 <[email protected]> | 2021-10-18 13:27:25 +0200 |
commit | 2c90807951e0f015e848a34f89baa48b66510ac4 (patch) | |
tree | f5605deb29d6293d962fc0c61f9da29d5f3b2863 /lua | |
parent | 27b178e3eb8626fd8352f7f0ac0acd03c22ceaec (diff) |
fix(defaults): 🐛added oldfiles_amount
Diffstat (limited to 'lua')
-rw-r--r-- | lua/startup/themes/default.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/startup/themes/default.lua b/lua/startup/themes/default.lua index 62d1848..f799733 100644 --- a/lua/startup/themes/default.lua +++ b/lua/startup/themes/default.lua @@ -48,6 +48,7 @@ local settings = { options = { mapping_keys = true, empty_lines_between_mappings = true, + oldfiles_amount = 5, padding = { header_body = 3, body_footer = 4, |