aboutsummaryrefslogtreecommitdiff
path: root/lua/startup/themes/evil_startup.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/startup/themes/evil_startup.lua')
-rw-r--r--lua/startup/themes/evil_startup.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/startup/themes/evil_startup.lua b/lua/startup/themes/evil_startup.lua
index 9bf4879..b170deb 100644
--- a/lua/startup/themes/evil_startup.lua
+++ b/lua/startup/themes/evil_startup.lua
@@ -21,7 +21,7 @@ local settings = {
body = {
type = "mapping",
align = "center",
- fold = true,
+ fold_section = true,
title = "Basic Commands",
margin = 5,
content = {
@@ -40,7 +40,7 @@ local settings = {
type = "oldfiles",
oldfiles_directory = true,
align = "center",
- fold = true,
+ fold_section = true,
title = "Oldfiles of Directory",
margin = 5,
content = {},
@@ -53,7 +53,7 @@ local settings = {
type = "oldfiles",
oldfiles_directory = false,
align = "center",
- fold = true,
+ fold_section = true,
title = "Oldfiles",
margin = 5,
content = { "startup.nvim" },
@@ -68,7 +68,7 @@ local settings = {
content = require("startup.buildingblocks.functions").packer_plugins(),
oldfiles_directory = false,
align = "center",
- fold = false,
+ fold_section = false,
title = "",
margin = 5,
highlight = "TSString",