diff options
author | max397574 <[email protected]> | 2021-10-20 20:16:55 +0200 |
---|---|---|
committer | max397574 <[email protected]> | 2021-10-20 20:16:55 +0200 |
commit | 99f1a89aea79d5012dd05f4730b21297550b57df (patch) | |
tree | e1b51c432b8dbfbdad84e1ed084f2d155bc7f164 /lua/startup/themes/default.lua | |
parent | d568672b40d05dbe515cb74459986bdf5d48e086 (diff) |
fix(themes): 🐛use fold instead of section and some new settings
Diffstat (limited to 'lua/startup/themes/default.lua')
-rw-r--r-- | lua/startup/themes/default.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/startup/themes/default.lua b/lua/startup/themes/default.lua index 30fda3a..e319a7a 100644 --- a/lua/startup/themes/default.lua +++ b/lua/startup/themes/default.lua @@ -48,8 +48,7 @@ local settings = { options = { mapping_keys = true, empty_lines_between_mappings = true, - oldfiles_amount = 5, - paddings = { 3, 4 }, + paddings = { 1, 3, 3, 0 }, }, colors = { background = "#1f2227", |