Add folding configuration

This commit is contained in:
pro100ton 2024-11-16 18:01:02 +03:00
parent ac03f482fb
commit a0d57f8632

View file

@ -41,3 +41,8 @@ opt.colorcolumn = "88"
-- Obsidian setting fot concealing charachters
opt.conceallevel = 0
-- Enbale folding column
opt.foldmethod = "indent"
opt.foldcolumn = "1"
opt.foldlevelstart = 10