refactor(nvim): set conceallevel to 2
This commit is contained in:
parent
d47a670907
commit
de7880630c
@ -74,7 +74,7 @@ M.setup = function()
|
||||
vim.wo.foldmethod = "expr"
|
||||
|
||||
-- Concealment for nicer rendering
|
||||
opt.conceallevel = 1
|
||||
opt.conceallevel = 2
|
||||
opt.concealcursor = ""
|
||||
|
||||
-- Cursor line highlight
|
||||
|
Loading…
Reference in New Issue
Block a user