From 9523d4b745c078c136bd3fd66314b32874f21398 Mon Sep 17 00:00:00 2001 From: fiplox Date: Sun, 27 Aug 2023 15:23:02 +0200 Subject: [PATCH] fix: after update config semantic changed --- lua/plugins/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 7936cb5..b1a95e3 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -170,7 +170,7 @@ return { diffview = true, }, -- Setting any section to `false` will make the section not render at all - sections = { + section = { untracked = { folded = false, },