pick lower fold level

This commit is contained in:
StuartStephens 2025-03-17 17:51:33 -04:00
parent 7b5be3d239
commit a4388cf481
1 changed files with 2 additions and 2 deletions

View File

@ -111,8 +111,8 @@ keymap('n', '<M-p>', ':cprev<CR>', opts)
-- Neorg settings -- -- Neorg settings --
vim.opt.foldmethod = 'indent' vim.opt.foldmethod = 'indent'
vim.opt.foldlevelstart = 2 vim.opt.foldlevelstart = 1
vim.opt.conceallevel = 3 vim.opt.conceallevel = 1
vim.opt.concealcursor = 'nc' vim.opt.concealcursor = 'nc'
return {} return {}