From a4388cf4819975d88c3f6b2bb8be496c2e00df09 Mon Sep 17 00:00:00 2001 From: StuartStephens Date: Mon, 17 Mar 2025 17:51:33 -0400 Subject: [PATCH] pick lower fold level --- lua/custom/plugins/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index b3daa51b..f005645c 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -111,8 +111,8 @@ keymap('n', '', ':cprev', opts) -- Neorg settings -- vim.opt.foldmethod = 'indent' -vim.opt.foldlevelstart = 2 -vim.opt.conceallevel = 3 +vim.opt.foldlevelstart = 1 +vim.opt.conceallevel = 1 vim.opt.concealcursor = 'nc' return {}