Add folding configuration
This commit is contained in:
parent
ac03f482fb
commit
a0d57f8632
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue