change fold level

This commit is contained in:
2024-11-25 10:10:16 -05:00
parent fbc5118f0e
commit 7f40081e3a
+1 -1
View File
@@ -70,7 +70,7 @@ o.undofile = true
-- folding
o.foldcolumn = '0'
o.foldlevel = 5
o.foldlevel = 10
o.foldmethod = 'expr'
o.foldexpr = 'nvim_treesitter#foldexpr()'
o.fillchars = {