diff options
author | max397574 <[email protected]> | 2021-10-21 07:44:15 +0200 |
---|---|---|
committer | max397574 <[email protected]> | 2021-10-21 07:44:15 +0200 |
commit | 7a41a869d8d7431f3169321cce79c46d58848676 (patch) | |
tree | d8b904fd17fd63a1e314dfc7b032c48d646f1662 /lua/startup/themes/startify.lua | |
parent | c70db453c65bf0f2e45bf256a444bc0664573a83 (diff) |
fix(plugin): 🐛renamed fold to fold_section
Diffstat (limited to 'lua/startup/themes/startify.lua')
-rw-r--r-- | lua/startup/themes/startify.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/startup/themes/startify.lua b/lua/startup/themes/startify.lua index 1ee2485..dc1091d 100644 --- a/lua/startup/themes/startify.lua +++ b/lua/startup/themes/startify.lua @@ -10,7 +10,7 @@ settings = { type = "oldfiles", oldfiles_directory = false, align = "center", - fold = false, + fold_section = false, title = "Oldfiles", margin = 5, content = { "startup.nvim" }, @@ -23,7 +23,7 @@ settings = { type = "oldfiles", oldfiles_directory = true, align = "center", - fold = false, + fold_section = false, title = "Oldfiles of Directory", margin = 5, content = {}, |