adjust fold level

This commit is contained in:
Stuart Stephens 2024-11-01 12:39:53 -04:00 committed by StuartStephens
parent 97b54314dd
commit ae38c80d9e
1 changed files with 1 additions and 1 deletions

View File

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