hotfix: conceallevel 3
Fixes concealing of characters in Neorg
This commit is contained in:
parent
397f7817ff
commit
120ccab1d0
|
@ -25,7 +25,7 @@ o.smartcase = true
|
||||||
o.splitbelow = true
|
o.splitbelow = true
|
||||||
o.splitright = true
|
o.splitright = true
|
||||||
o.timeoutlen = 1000
|
o.timeoutlen = 1000
|
||||||
o.conceallevel = 0
|
o.conceallevel = 3
|
||||||
o.undofile = true
|
o.undofile = true
|
||||||
o.cursorline = true
|
o.cursorline = true
|
||||||
o.number = true
|
o.number = true
|
||||||
|
|
Loading…
Reference in a new issue